关联用户增加判断限制
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user