Home > 高さ変更


Androidボタンの高さを減らす方法

XMLレイアウトファイルでボタンを定義します。例えば、以下のようになります:<Button android:id="@+id/my_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="ボタン" />>>More