Преглед изворни кода

提交分类: 测试版本;
提交内容: 字体大小bug
当前版本: 正式版本6.3.4
是否冲突: 否

RaoMeng пре 7 година
родитељ
комит
446291f3ee

+ 5 - 5
WeiChat/src/main/res/layout/activity_task_add.xml

@@ -31,7 +31,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="50dp"
+                android:layout_marginLeft="45dp"
                 android:layout_toRightOf="@+id/name_text"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -61,7 +61,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="33dp"
+                android:layout_marginLeft="28dp"
                 android:layout_toRightOf="@+id/sex_text"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -91,7 +91,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id1"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -124,7 +124,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id2"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -158,7 +158,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id3"
                 android:text="*"
                 android:textColor="@color/red" />

+ 3 - 1
app_core/common/src/main/res/layout/activity_client.xml

@@ -1054,13 +1054,15 @@
                 <LinearLayout
                     android:id="@+id/ll_data_more"
                     style="@style/LinearLayout_horizontal"
-                    android:padding="10dp">
+                    android:gravity="center_vertical">
 
                     <TextView
                         style="@style/TextView_VerticalCenter"
+                        android:layout_width="0dp"
                         android:layout_height="wrap_content"
                         android:layout_weight="1"
                         android:gravity="center"
+                        android:padding="10dp"
                         android:text="默认显示一个遗忘客户,点击显示更多"
                         android:textColor="@color/gray" />
 

+ 5 - 5
app_core/common/src/main/res/layout/activity_task_add.xml

@@ -31,7 +31,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="50dp"
+                android:layout_marginLeft="45dp"
                 android:layout_toRightOf="@+id/name_text"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -61,7 +61,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="33dp"
+                android:layout_marginLeft="28dp"
                 android:layout_toRightOf="@+id/sex_text"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -91,7 +91,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id1"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -124,7 +124,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id2"
                 android:text="*"
                 android:textColor="@color/red" />
@@ -158,7 +158,7 @@
 
             <TextView
                 style="@style/form_relative_left_text"
-                android:layout_marginLeft="15dp"
+                android:layout_marginLeft="10dp"
                 android:layout_toRightOf="@+id/tv_id3"
                 android:text="*"
                 android:textColor="@color/red" />