Fancybuttons
Fancybuttons copied to clipboard
Your library no longer works
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
it works just make sure you Include FancyButtons namespace to the root element : xmlns:fancy="http://schemas.android.com/apk/res-auto"