2010-12-27から1日間の記事一覧

背景画像ありの画像付きボタン

を作りたい場合に気がつかなくて少しハマったのでメモ。 ImageButtonを使えばよろし。 <ImageButton android:id="@+id/hoge_btn" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="20" android:focusable="true" android:src="@drawable/icon_xxx" android:background="@drawable/sel_bg_button" /></imagebutton>