修改群内是否允许添加好友

This commit is contained in:
guozhen
2024-12-30 17:51:36 +08:00
committed by xuhuixiang
parent f8ba010e99
commit 5bd7185d47
11 changed files with 102 additions and 70 deletions

View File

@@ -169,7 +169,7 @@
android:layout_width="wrap_content"
android:layout_height="@dimen/dimen_24_dp"
android:layout_marginEnd="@dimen/dimen_15_dp"
android:checked="true"
android:checked="false"
android:thumb="@drawable/switch_thumb_selector"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tvgroup_addFriends"