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
<com.getbase.floatingactionbutton.FloatingActionButton
android:id="@+id/fragmentAllLists_fab_regular"
style="@style/fab_sub"
app:fab_icon="@drawable/ic_list_regular_white" //this is a vector drawable
app:fab_title="@string/regular"/>
produces AAPT: error: resource drawable/ic_list_regular_white (aka my.pacjage.name:drawable/ic_list_regular_white) not found.
I'm trying to put vector drawables for FloatingActionButton in fab_icon, it throws an exception while inflating, resource not found.
The text was updated successfully, but these errors were encountered: