关联用户增加判断限制

This commit is contained in:
2026-05-26 15:50:47 +08:00
parent c073c88e10
commit 298b06d456
7 changed files with 62 additions and 13 deletions

View File

@@ -58,12 +58,18 @@
android:src="@drawable/search"
android:layout_marginRight="8dp"/>
<TextView
android:layout_width="wrap_content"
<EditText
android:id="@+id/etSearch"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/search_preset_text"
android:textColor="@color/gray"
android:textSize="14sp"/>
android:layout_weight="1"
android:background="@null"
android:hint="@string/search_preset_text"
android:textColorHint="@color/gray"
android:textColor="@color/black"
android:textSize="14sp"
android:singleLine="true"
android:imeOptions="actionSearch"/>
</LinearLayout>
</LinearLayout>

View File

@@ -93,7 +93,7 @@
</FrameLayout>
<FrameLayout
android:id="@+id/add_family"
android:id="@+id/addFamily"
android:layout_width="38dp"
android:layout_height="38dp"
android:layout_marginEnd="10dp"

View File

@@ -469,4 +469,5 @@
<string name="create_file_failed">创建文件失败</string>
<string name="uploading">上传中...</string>
<string name="upload_failed">上传失败</string>
<string name="max_add_11_users">最多添加11个用户</string>
</resources>

View File

@@ -473,4 +473,5 @@
<string name="select_from_album">Select from Album</string>
<string name="select_date">Select Date</string>
<string name="select_time">Select Time</string>
<string name="max_add_11_users">A maximum of 11 users can be added</string>
</resources>