91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

通道| 阜宁县| 特克斯县| 阳山县| 砀山县| 南投市| 莆田市| 伊春市| 会宁县| 饶阳县| 常州市| 英德市| 延长县| 乌鲁木齐市| 阿拉尔市| 铜鼓县| 岳池县| 台中市| 车险| 平顺县| 通化县| 康平县| 永嘉县| 克什克腾旗| 淮安市| 贡嘎县| 烟台市| 泰顺县| 宣威市| 崇义县| 陇南市| 秭归县| 永寿县| 长宁区| 南丹县| 富裕县| 大足县| 兴城市| 兴山县| 元阳县| 石柱|