From 56debb7bc70a2d658f93c1fb2b641071b4854b7c Mon Sep 17 00:00:00 2001 From: sujinwen <sujinwen@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 19 七月 2017 20:17:36 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 44 insertions(+), 5 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml index 16fa7be..3e1f52d 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:register="http://schemas.android.com/apk/res-auto" - android:id="@+id/fragment_attender_register_linear_layout" + android:id="@+id/fragment_register_frame_layout" android:orientation="vertical" android:layout_width="match_parent" android:background="@android:color/white" android:layout_height="match_parent"> @@ -56,6 +56,45 @@ android:text=""/> </LinearLayout> </RelativeLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingLeft="@dimen/w50dp" + android:paddingRight="@dimen/w50dp" + > + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="璁垮娉ㄥ唽" + android:textSize="@dimen/w16dp" + android:gravity="center" + android:layout_gravity="right" + android:paddingLeft="@dimen/w20dp" + android:paddingRight="@dimen/w20dp" + android:id="@+id/fragment_visitor_register_to_visitor_register" + /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鑰冨嫟娉ㄥ唽" + android:background="#ffd700" + android:gravity="center" + android:textSize="@dimen/w16dp" + android:layout_gravity="right" + android:paddingLeft="@dimen/w20dp" + android:paddingRight="@dimen/w20dp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + /> + </LinearLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" @@ -216,13 +255,13 @@ android:layout_height="wrap_content" android:layout_marginLeft="@dimen/w122dp" android:orientation="vertical"> - <cn.com.basic.face.widget.register.RegisterRightFieldTextView + <cn.com.basic.face.widget.register.RegisterRightFieldLabelView android:id="@+id/fragment_attender_register_post" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_post" /> - <cn.com.basic.face.widget.register.RegisterRightFieldTextView + <cn.com.basic.face.widget.register.RegisterRightFieldLabelView android:id="@+id/fragment_attender_register_department" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" @@ -238,4 +277,4 @@ </LinearLayout> </LinearLayout> </ScrollView> -</LinearLayout> \ No newline at end of file +</FrameLayout> \ No newline at end of file -- Gitblit v1.8.0