Scalified / fab

Floating Action Button Library for Android
Apache License 2.0
849 stars 164 forks source link

Ripple effect gets interrupted as soon as you release the touch input from the fab #47

Open lamba92 opened 7 years ago

lamba92 commented 7 years ago

Well, a video would be more explanatory then words: https://goo.gl/JgwZsD

anyway that's the code, notice that its father view is a RelativeLayout, if it matters anyway: <com.scalified.fab.ActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" fab:rippleEffect_enabled="true" fab:button_colorPressed="@color/white" fab:button_color="@color/white" fab:image="@drawable/ic_my_location_black_24dp"/>

lamba92 commented 7 years ago

Seems to be releated to this issue, yet the solution proposed from @fritzsche91 seems not working atm