floating-action-menu icon indicating copy to clipboard operation
floating-action-menu copied to clipboard

Unable to change icon color of OptionsFabLayout to white and icon is white too, using AndroidX.

Open RahilRK opened this issue 4 years ago • 0 comments

<com.github.ag.floatingactionmenu.OptionsFabLayout
    android:id="@+id/fab_menu"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:color="@color/colorPrimary"
    app:options_color="@color/colorPrimary"
    app:options_menu="@menu/menu_fabhome"
    app:tint="@color/white" //Not Working
    app:src="@drawable/ic_add_white_24dp" />

RahilRK avatar Mar 30 '20 05:03 RahilRK