From e8b108bd133a2a3a2d9aef0cccf0353d2bd73c7e Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 17 七月 2017 15:22:52 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attender_register.xml | 70 ++++++++++++++++++++-------------- 1 files changed, 41 insertions(+), 29 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 152c4ee..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 @@ -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" @@ -95,33 +134,6 @@ android:background="#07000000" android:padding="0dp" android:adjustViewBounds="true" - /> - </LinearLayout> - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingLeft="@dimen/w50dp" - android:paddingRight="@dimen/w50dp" - android:layout_marginTop="@dimen/h15dp" - android:layout_marginBottom="@dimen/h15dp" - > - <TextView - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="璁垮娉ㄥ唽" - android:gravity="center" - android:textSize="@dimen/w16dp" - android:id="@+id/fragment_visitor_register_to_visitor_register" - /> - <TextView - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="鑰冨嫟娉ㄥ唽" - android:background="#ffd700" - android:textSize="@dimen/w16dp" - android:gravity="center" /> </LinearLayout> <LinearLayout @@ -243,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" -- Gitblit v1.8.0