要调整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按钮的大小。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: android的obb文件夹访问不了怎么办