Commit 31d78427 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 生活号创建页面

parent 32d5d8cb
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="44dp" android:layout_height="44dp">
android:fitsSystemWindows="true">
<ImageView <ImageView
android:id="@+id/iv_back" android:id="@+id/iv_back"
...@@ -22,12 +21,8 @@ ...@@ -22,12 +21,8 @@
android:layout_height="28dp" android:layout_height="28dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="20dp" android:layout_marginStart="20dp"
android:paddingStart="10dp"
android:paddingTop="5dp"
android:paddingEnd="10dp"
android:paddingBottom="5dp"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:src="@drawable/big_back" android:src="@drawable/icon_back"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -64,7 +59,8 @@ ...@@ -64,7 +59,8 @@
android:textColor="@color/gray_333" android:textColor="@color/gray_333"
android:textColorHint="@color/account_hint" android:textColorHint="@color/account_hint"
android:textCursorDrawable="@drawable/comment_dialog_cursor" android:textCursorDrawable="@drawable/comment_dialog_cursor"
android:textSize="16sp" /> android:textSize="16sp"
android:textStyle="bold" />
<View <View
android:id="@+id/v_divider" android:id="@+id/v_divider"
...@@ -106,6 +102,7 @@ ...@@ -106,6 +102,7 @@
android:paddingStart="20dp" android:paddingStart="20dp"
android:textColor="@color/gray_333" android:textColor="@color/gray_333"
android:textSize="16sp" android:textSize="16sp"
android:textStyle="bold"
tools:ignore="RtlSymmetry" tools:ignore="RtlSymmetry"
tools:text="蓝小花15800000001" /> tools:text="蓝小花15800000001" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment