-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Background issues while using colorRipple #15
Comments
I have had users also report this issue, however I only have the colorNormal and colorPressed set, not colorRipple. Here is the layout file containing the buttons, the FloatingActionMenu is the button which is showing the rectangles |
Working on it. Will try to publish a fix as soon as I'll have some free time. |
Yes. I thought that removing colorRipple fixed the problem but it wasn't fixed. |
Can also confirm it on Android 5.1 (Nexus 5). |
Does anyone have workaround for this bug? This is somehow connected to focus (not the ripple effect). |
It's finally here! See the Changelog for new awesome improvements and bug fixes. |
Background issues while using custom pressed and ripple colors.
This is my FAB layout:
<com.github.clans.fab.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_margin="16dp"
android:src="@drawable/ic_add_white_24dp"
fab:fab_colorNormal="@color/theme_accent"
fab:fab_colorPressed="@color/theme_accent_pressed"
fab:fab_colorRipple="@color/theme_accent_ripple" />
Tested on Nexus 6 (Android 5.1).
When I remove colorPressed and colorRipple strange rectangles are gone.
The text was updated successfully, but these errors were encountered: