From 26a392ffea412a9ad1bf868911374d66ca096fa9 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 27 三月 2017 15:45:44 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml | 53 +++++++++++++++++++++++++++++++++++------------------ 1 files changed, 35 insertions(+), 18 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 d396bf3..f3e6b8e 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml @@ -4,6 +4,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:background="@android:color/white" android:layout_height="match_parent"> + <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> @@ -12,25 +13,41 @@ android:layout_height="match_parent" android:orientation="vertical"> - <LinearLayout + + <RelativeLayout android:layout_width="match_parent" - android:layout_height="wrap_content" - android:gravity="right" - android:layout_marginTop="10dp" - android:orientation="horizontal"> - <ImageView - android:id="@+id/register_add" - android:src="@mipmap/ic_launcher" - android:layout_width="20dp" - android:layout_height="20dp" /> - <ImageView - android:id="@+id/register_save" - android:layout_marginLeft="19dp" - android:layout_marginRight="35dp" - android:src="@mipmap/ic_launcher" - android:layout_width="20dp" - android:layout_height="20dp" /> - </LinearLayout> + android:layout_height="25dp"> + <TextView + android:id="@+id/register_back" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="< 浜哄憳娉ㄥ唽" + android:layout_marginLeft="3dp" + android:layout_centerVertical="true" + android:textColor="#8BD2F6" + /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="right" + android:layout_marginTop="10dp" + android:orientation="horizontal"> + <ImageView + android:id="@+id/register_add" + android:src="@mipmap/ic_launcher" + android:layout_width="20dp" + android:layout_height="20dp" /> + <ImageView + android:id="@+id/register_save" + android:layout_marginLeft="19dp" + android:layout_marginRight="35dp" + android:src="@mipmap/ic_launcher" + android:layout_width="20dp" + android:layout_height="20dp" /> + </LinearLayout> + </RelativeLayout> + + <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" -- Gitblit v1.8.0