Fancybuttons icon indicating copy to clipboard operation
Fancybuttons copied to clipboard

Your library no longer works

Open ghost opened this issue 2 years ago • 1 comments

The code I use:

<mehdi.sakout.fancybuttons.FancyButton
        android:id="@+id/btn_preview"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>

The error I get:

Class referenced in the layout file, mehdi.sakout.fancybuttons.FancyButton, was not found in the project or the libraries
Cannot resolve class mehdi.sakout.fancybuttons.FancyButton 

ghost avatar Sep 11 '21 16:09 ghost

it works just make sure you Include FancyButtons namespace to the root element : xmlns:fancy="http://schemas.android.com/apk/res-auto"

OmaarElAmri avatar Sep 20 '22 09:09 OmaarElAmri