Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RahilRK opened this issue Mar 30, 2020 · 0 comments

Comments

@RahilRK
Copy link

RahilRK commented Mar 30, 2020

<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 RahilRK changed the title Unable to change icon color of OptionsFabLayout to white, using AndroidX. Unable to change icon color of OptionsFabLayout to white and icon is white too, using AndroidX. Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant