要調整Android按鈕的大小,您可以使用以下方法之一:
android:layout_width
和android:layout_height
,并設置為您想要的寬度和高度。例如,android:layout_width="100dp"
和android:layout_height="50dp"
。
setWidth()
和setHeight()
方法來設置按鈕的寬度和高度。例如:Button button = findViewById(R.id.button);
button.setWidth(100);
button.setHeight(50);
請注意,此方法必須在按鈕被繪制之前調用才能生效。
ButtonStyle
的樣式并設置android:layout_width
和android:layout_height
屬性。
然后,在布局文件中將按鈕應用于樣式:
通過使用上述方法之一,您可以調整Android按鈕的大小。