有没有一种方法来使我的xml中的宽度取决于宽度?
我有一些线性布局的按钮.按钮的宽度取决于设备,因为它们水平地填满屏幕.我想要有方形按钮,这是我的问题.
有人可以帮助我吗?
<Button android:id="@+id/b_0xa" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:clickable="false" android:text="@string/b_0xa" />@H_301_7@