You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find any CardView in xml files and add below attributes to them
app:cardPreventCornerOverlap="false"
app:cardMaxElevation="0dp"
app:cardElevation="0dp"
In Util.class find getHostActivity method and change return value of method to AppCompatActivity
and do the necessary changes.
Error inflating when using in android 4.3
The text was updated successfully, but these errors were encountered: