medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Button not showing up #45

Closed tachang closed 8 years ago

tachang commented 8 years ago

I have a simple button defined like this:

        <mehdi.sakout.fancybuttons.FancyButton
            android:id="@+id/rate_button2"
            android:layout_width="100dp"
            android:layout_height="100dp"
            fancy:fb_borderWidth="1dp"
            fancy:fb_defaultColor="#ffffff"
            fancy:fb_focusColor="#9bd823"
            fancy:fb_iconResource="@drawable/rate_button"
            fancy:fb_iconPosition="left"
            fancy:fb_radius="50dp"
            fancy:fb_text="Rate"
            fancy:fb_textColor="#FFFFFF" />

But it is showing up like this?

screen shot 2016-01-31 at 7 58 28 am
medyo commented 8 years ago

Hi @tachang,

Please, Make sure you added xmlns:fancy="http://schemas.android.com/apk/res-auto" as described on the documentation.

Thanks

medyo commented 8 years ago

@tachang Any updates on this ?

medyo commented 8 years ago

If the issue still persists, please reopen