亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

RadioGroup中RadioButton的默認選中項設置

發布時間:2024-08-21 18:47:20 來源:億速云 閱讀:135 作者:小樊 欄目:移動開發

要設置RadioGroup中RadioButton的默認選中項,可以在RadioGroup中指定某個RadioButton的id作為默認選中項。

例如,在布局文件中設置RadioGroup和多個RadioButton:

<RadioGroup
    android:id="@+id/radio_group"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <RadioButton
        android:id="@+id/radio_button1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Option 1"/>

    <RadioButton
        android:id="@+id/radio_button2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Option 2"/>

    <RadioButton
        android:id="@+id/radio_button3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Option 3"/>

</RadioGroup>

然后在代碼中設置默認選中項:

RadioGroup radioGroup = findViewById(R.id.radio_group);
RadioButton radioButton1 = findViewById(R.id.radio_button1);
radioGroup.check(radioButton1.getId());

這樣RadioButton1就會成為RadioGroup的默認選中項。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

韩城市| 三门县| 唐河县| 高碑店市| 辉南县| 广安市| 方正县| 南昌市| 陇南市| 南投县| 甘孜| 旅游| 新宾| 奎屯市| 庆阳市| 鄂温| 淳化县| 阿拉尔市| 班玛县| 盖州市| 鞍山市| 军事| 离岛区| 昌都县| 大渡口区| 吉首市| 闸北区| 崇文区| 英德市| 梅河口市| 平山县| 龙州县| 界首市| 女性| 柘城县| 徐汇区| 陇西县| 霞浦县| 民勤县| 安阳县| 长阳|