Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンのサイズを変更せずに ImageButton の画像のサイズを大きくしようとしていますが、これは可能ですか?
ええ、ボタン レイアウトのパディングを追加することで増やすことができます。私のサンプル XML コードにパディングがあることを確認してください
<ImageButton android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Text" android:padding="20dp" android:background="@drawable/my_button" />