From 109ffe9a777658936a38d0c146579a67c60a0d17 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 11 五月 2017 17:48:48 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml index 5154786..b3c350c 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:id="@+id/fragment_check_in_left_parent" + > <TextView android:id="@+id/fragment_device_back" android:layout_width="wrap_content" @@ -17,8 +19,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/colorSearch" - android:orientation="vertical"> - <EditText + android:orientation="vertical" + > + <cn.com.basic.face.widget.checkin.SearchEditText android:id="@+id/fragment_device_left_search" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -31,6 +34,7 @@ android:textColorHint="@color/colorSearch" android:background="@drawable/visitor_register_search_et" android:textSize="@dimen/w14dp"/> + <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" @@ -205,8 +209,8 @@ android:layout_width="match_parent" android:layout_height="@dimen/h56dp" android:orientation="vertical" - android:layout_marginLeft="@dimen/w20dp" - android:layout_marginRight="@dimen/w20dp" + android:layout_marginLeft="@dimen/w30dp" + android:layout_marginRight="@dimen/w30dp" android:layout_toRightOf="@id/fragment_device_left_camera2_check_box"> <TextView android:layout_width="wrap_content" -- Gitblit v1.8.0