如何设置一个radiobutton默认为选中

2024-12-25 08:27:36
推荐回答(1个)
回答1:

直接在layout.xml文件中这样写
android:id="@+id/radio1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello"
android:checked="true"/>