为什么RadioGroup里可以点两个RadioButton
eclipse吧
全部回复
仅看楼主
level 1
fddcghukn 楼主
<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RadioGroup>
2017年05月03日 13点05分 1
1