From fe29f318c4973f07f61713d2436d0bf533092db2 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 02 五月 2017 17:16:15 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 e64e4bc..745a2d2 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent"> <RelativeLayout android:layout_width="match_parent" - android:layout_height="30dp" + android:layout_height="@dimen/h30dp" android:background="@color/colorPrimary" > <TextView @@ -14,8 +14,8 @@ android:layout_height="wrap_content" android:text="瀹炴椂鐩戞帶" android:layout_centerVertical="true" - android:layout_marginLeft="10dp" - android:layout_marginTop="10dp" + android:layout_marginLeft="@dimen/w10dp" + android:layout_marginTop="@dimen/h10dp" /> <TextView android:layout_width="match_parent" @@ -28,7 +28,7 @@ </RelativeLayout> <LinearLayout android:layout_width="match_parent" - android:layout_height="350dp" + android:layout_height="@dimen/h350dp" android:orientation="horizontal" android:paddingLeft="2dp" android:paddingRight="2dp"> -- Gitblit v1.8.0