修改群内是否允许添加好友
This commit is contained in:
@@ -255,14 +255,16 @@
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/text_size_16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_teamallowaddfriends"
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/swich_teamallowaddfriends"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/dimen_24_dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="end|center_vertical"
|
||||
android:text="@string/teamsetting_other_teamallow"
|
||||
android:textColor="@color/color_7f7b81"
|
||||
android:textSize="@dimen/sp_14" />
|
||||
android:checked="true"
|
||||
android:thumb="@drawable/switch_thumb_selector"
|
||||
app:track="@drawable/switch_track_selector" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user