Bläddra i källkod

refactor(更新)
- 修改点组标题文本大小
- 更新“删除群组”按钮的英文文案

周文健 2 månader sedan
förälder
incheckning
3f78897ddb

+ 1 - 1
app/src/main/assets/i18n/en-US.json

@@ -577,7 +577,7 @@
   "delete_group": {
     "key": "delete_group",
     "type": "text",
-    "value": "Delete Group"
+    "value": "Delete"
   },
   "delete_success": {
     "key": "delete_success",

+ 1 - 1
app/src/main/res/layout-land/item_point_group.xml

@@ -32,7 +32,7 @@
                 android:paddingHorizontal="@dimen/iscs_space_2"
                 app:i18nKey='@{"selected_point_info_title"}'
                 android:textColor="@color/text_color_item_group_title_text"
-                android:textSize="@dimen/iscs_text_md" />
+                android:textSize="@dimen/iscs_text_sm" />
 
             <View
                 android:layout_width="0dp"

+ 1 - 1
app/src/main/res/layout/item_point_group.xml

@@ -30,7 +30,7 @@
                 android:focusableInTouchMode="false"
                 android:paddingHorizontal="@dimen/iscs_space_2"
                 android:textColor="@color/text_color_item_group_title_text"
-                android:textSize="@dimen/iscs_text_md" />
+                android:textSize="@dimen/iscs_text_sm" />
 
             <View
                 android:layout_width="0dp"