From 15d0c49e85159b9e27870aff5280c0cd95b103c4 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 04 五月 2017 17:16:56 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_school.xml | 88 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 85 insertions(+), 3 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_school.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_school.xml index 583540d..16e3efd 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_school.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_school.xml @@ -21,12 +21,12 @@ android:layout_width="@dimen/w596dp" android:layout_height="wrap_content" > + <LinearLayout android:layout_width="@dimen/w611dp" android:layout_height="wrap_content" android:layout_marginTop="@dimen/h20dp" android:orientation="vertical"> - <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -35,15 +35,37 @@ android:textSize="@dimen/w16dp" android:text="鎵�鏈夊鏍¤缃�" android:id="@+id/fragment_check_in_right_visitor_reason_text_view" + android:layout_marginBottom="@dimen/h25dp" + /> + <View + android:layout_width="match_parent" + android:layout_height="@dimen/view_size_1" + android:background="@color/colorText_b"/> + </LinearLayout> + <LinearLayout + android:layout_width="@dimen/w611dp" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/h10dp" + android:orientation="vertical"> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textStyle="bold" + android:layout_marginTop="@dimen/h15dp" + android:textSize="@dimen/w14dp" + android:layout_marginBottom="@dimen/h6dp" + android:text="瀛︽牎鍚嶇О" /> <EditText android:id="@+id/fragment_check_in_right_visitor_reason" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" - android:layout_marginTop="@dimen/h15dp" android:layout_marginBottom="@dimen/h12dp" - android:text="鏈濋槼灏忓" + android:text="" + android:hint="璇峰~鍐欏鏍″悕绉�" + android:textColorHint="@color/colorText_b" android:textSize="@dimen/w14dp" android:textColor="@color/colorText_b" /> @@ -52,6 +74,66 @@ android:layout_height="@dimen/view_size_1" android:background="@color/colorText_b"/> </LinearLayout> + <LinearLayout + android:layout_width="@dimen/w611dp" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/h10dp" + android:orientation="vertical"> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textStyle="bold" + android:layout_marginTop="@dimen/h15dp" + android:textSize="@dimen/w14dp" + android:layout_marginBottom="@dimen/h6dp" + android:text="璁惧搴忓垪鍙�" + /> + <EditText + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@null" + android:layout_marginBottom="@dimen/h12dp" + android:text="" + android:hint="鏄剧ず榛樿鐨勮澶囧簭鍒楀彿" + android:textColorHint="@color/colorText_b" + android:textSize="@dimen/w14dp" + android:textColor="@color/colorText_b" + /> + <View + android:layout_width="match_parent" + android:layout_height="@dimen/view_size_1" + android:background="@color/colorText_b"/> + </LinearLayout> + <LinearLayout + android:layout_width="@dimen/w611dp" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/h10dp" + android:orientation="vertical"> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textStyle="bold" + android:layout_marginTop="@dimen/h15dp" + android:textSize="@dimen/w14dp" + android:layout_marginBottom="@dimen/h6dp" + android:text="璁惧鍦扮偣" + /> + <EditText + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@null" + android:layout_marginBottom="@dimen/h12dp" + android:text="" + android:hint="璇峰~鍐欒澶囧湴鐐�" + android:textSize="@dimen/w14dp" + android:textColorHint="@color/colorText_b" + android:textColor="@color/colorText_b" + /> + <View + android:layout_width="match_parent" + android:layout_height="@dimen/view_size_1" + android:background="@color/colorText_b"/> + </LinearLayout> </LinearLayout> </LinearLayout> </ScrollView> -- Gitblit v1.8.0