From ef157b4ed50a2dc0b561681ca67f1ccfd421a6bc Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 03 五月 2017 10:28:19 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml index b629028..ff569af 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml @@ -26,6 +26,7 @@ android:gravity="center_vertical" android:layout_centerVertical="true" android:textColor="#8BD2F6" + android:textSize="@dimen/w14dp" /> <LinearLayout android:layout_width="match_parent" @@ -82,7 +83,7 @@ android:text="鐐瑰嚮涓婁紶鐓х墖" android:layout_marginLeft="@dimen/w10dp" android:layout_marginRight="@dimen/w10dp" - android:textSize="@dimen/text_size_normal" + android:textSize="@dimen/w14dp" android:textColor="@android:color/white" android:gravity="center" android:adjustViewBounds="true" @@ -119,7 +120,7 @@ android:text="鐐瑰嚮涓婁紶鐓х墖" android:layout_marginLeft="@dimen/w10dp" android:layout_marginRight="@dimen/w10dp" - android:textSize="@dimen/text_size_normal" + android:textSize="@dimen/w14dp" android:textColor="@android:color/white" android:gravity="center" android:src="@drawable/u45" @@ -148,7 +149,7 @@ android:gravity="center" android:text="閫夋嫨\n浜虹墿鐓х墖" android:background="#00000000" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:paddingTop="@dimen/h70dp" /> <TextView @@ -159,7 +160,7 @@ android:text="鐐瑰嚮\n涓婁紶鐓х墖" android:layout_marginLeft="@dimen/w10dp" android:layout_marginRight="@dimen/w10dp" - android:textSize="@dimen/text_size_big" + android:textSize="@dimen/w16dp" android:gravity="center" android:paddingTop="@dimen/h70dp" /> @@ -168,7 +169,7 @@ android:layout_width="@dimen/w330dp" android:layout_height="@dimen/h206dp" android:background="#00000000" - android:textSize="@dimen/text_size_navigation" + android:textSize="@dimen/w20dp" android:text="璇佷欢蹇収" android:gravity="center|center_vertical" android:layout_gravity="center_vertical" -- Gitblit v1.8.0