From 0fb71a3ade434e50dce77d31c42059cf5f973af9 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 05 五月 2017 12:56:14 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_left.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 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..b1d48be 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 @@ -31,6 +31,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 +206,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