medyo / Fancybuttons

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

text worng show #47

Closed zhew117 closed 8 years ago

zhew117 commented 8 years ago
<mehdi.sakout.fancybuttons.FancyButton
    android:id="@+id/item_buy"
    android:layout_width="200dip"
    android:layout_height="38dip"
    fancy:fb_defaultColor="#ff9900"
    fancy:fb_focusColor="#dd8603"
    fancy:fb_radius="4dp"
    fancy:fb_text="SHOW_WRONG"
    />

just show the half top of the content on SAMSUNG GT-I9200

zhew117 commented 8 years ago

c q h ur_ t 2 b66 g 2

medyo commented 8 years ago

Hi @zhew117,

Try to use android:layout_height="wrap_content" with some padding on Top and Bottom according to your needs

medyo commented 8 years ago

@zhew117 any updates on this ?

medyo commented 8 years ago

Please reopen it your problem persists.

zhew117 commented 8 years ago

@medyo I should have closed this one :) thansk a lot

hzw1199 commented 7 years ago

android:layout_height="wrap_content" solve this problem, but there is still so much padding on Top and Bottom of the text, which looks not so comfortable @medyo