Newer
Older
Telegram / TMessagesProj / src / main / res / layout / view_group_create.xml
黄旋科 on 19 Nov 2017 703 bytes 群聊功能优化:自动退出优化
<?xml version="1.0" encoding="utf-8"?>
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/rg_auto"
    android:layout_width="match_parent"
    android:layout_height="50dp"
    android:orientation="horizontal">

    <RadioButton
        android:id="@+id/rb_001"
        android:layout_width="0dp"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:checked="true"
        android:text="自由解散" />

    <RadioButton
        android:id="@+id/rb_002"
        android:layout_width="0dp"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:text="自动解散" />
</RadioGroup>