From 714ef3d64f4707bbf3f5602d632b096a65311a9d Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 12 五月 2017 14:48:50 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml index 1672d5a..1737038 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml @@ -30,10 +30,12 @@ </RelativeLayout> <LinearLayout android:layout_width="match_parent" - android:layout_height="@dimen/h350dp" + android:layout_height="0dp" android:orientation="horizontal" android:paddingLeft="2dp" - android:paddingRight="2dp"> + android:paddingRight="2dp" + android:layout_weight="1" + > <RelativeLayout android:layout_width="@dimen/view_size_0" android:layout_height="match_parent" @@ -118,10 +120,12 @@ <LinearLayout android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="@dimen/h280dp" android:layout_marginTop="@dimen/h4dp" android:paddingRight="@dimen/h4dp" - android:orientation="horizontal"> + android:orientation="horizontal" + android:layout_weight="0" + > <RelativeLayout android:layout_width="wrap_content" android:layout_height="match_parent"> @@ -159,7 +163,6 @@ android:layout_width="@dimen/w5dp" android:layout_height="match_parent" android:orientation="vertical"> - <View android:id="@+id/fragment_supervisory_bottom_visitor_background" android:layout_width="match_parent" @@ -186,7 +189,6 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:orientation="vertical"/> - <cn.com.basic.face.widget.surveilance.SurveillanceBottomAttendanceListView android:id="@+id/fragment_supervisory_bottom_attendance_list_view" android:layout_width="wrap_content" -- Gitblit v1.8.0