如何在使单选按钮彼此等距的同时,使单选组填充屏幕宽度?
<RadioGroup
android:id="@+id/radio_group"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hi3" />
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hi2" />
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hi0"/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hi"/>
</RadioGroup>
2条答案
按热度按时间nvbavucw1#
nwsw7zdq2#