-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
when i set a background image the width and height are incorrect, but when i use ImageButton are correct the simple code comparison is:
<it.testproj.test.SAutoBgButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:background="@drawable/btn_web_back" />
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginLeft="80dp"
android:layout_centerVertical="true"
android:background="@drawable/btn_web_back" />
on left SAutoBgButton and on right ImageButton
it's a bug of your lib or i need to set other params?? thank you
Metadata
Metadata
Assignees
Labels
No labels
