android-flat-button icon indicating copy to clipboard operation
android-flat-button copied to clipboard

FButton - a flat button library for Android

Results 37 android-flat-button issues
Sort by recently updated
recently updated
newest added

After updating android studio form 2.3.3 to 3.0 I faced this problem my project was working properly with FButton. when I upgrade android studio then update my project this problem...

I am using FButton in Linear Layout but it does not show push animation on click. However onclick event is performed but push animation is not shown in a fragment.

2020-02-02 12:00:21.504 16953-16953/com.example.fastfood1 E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.fastfood1, PID: 16953 android.view.InflateException: Binary XML file line #12: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference Caused...

this is the error that android studio 3.0 show when run the project Error inflating class info.hoang8f.widget.FButton Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 1 to color: type=0x5 at...

fbutton:buttonColor="@color/colorPrimary" fbutton:shadowColor="@color/colorPrimaryDark" Color not changing. Always shows the color the first color I have set.

I'm getting this warning while trying to build the apk, any fix on how to go about this

Hello! Thanks for the project. This project needs to be refresh and migrate to AndroidX

I'm trying to add an image to the button, so I've added a drawablePaddingTop, but when pressed it does not move accordingly with the button. Any help?

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.