Android FAB icon always black with MaterialComponents theme
问题 I'm creating an Android app and I'm using the AndroidX libraries and Material design theme. My app theme on styles.xml is: <style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> I have the following FAB from a custom library: <com.leinardi.android.speeddial.SpeedDialView android:id="@+id/work_log