投稿したボタンのUIを揃える必要があります。Button
またはの使い方がわかりませんImageButton
。ボタン内の画像とテキストを揃えるにはどうすればよいですか?
<ImageButton
android:id="@+id/btnGroupDelete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:layout_weight="1"
android:background="@drawable/list_buttonselector"
android:contentDescription="@string/delete"
android:src="@drawable/ox_icn_delete" />