From 4c284776611929ba0ae5ff6f133443195498d1df Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 12 七月 2017 17:03:36 +0800 Subject: [PATCH] up date native --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml index 47daf81..d2bbb63 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_form_row.xml @@ -4,15 +4,15 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout - android:paddingTop="13dp" - android:paddingBottom="13dp" + android:paddingTop="@dimen/h13dp" + android:paddingBottom="@dimen/h13dp" android:gravity="center_horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <LinearLayout - android:layout_width="298dp" + android:layout_width="@dimen/w298dp" android:layout_height="wrap_content" android:orientation="horizontal"> @@ -33,7 +33,7 @@ android:background="@null"/> </LinearLayout> <LinearLayout - android:layout_width="298dp" + android:layout_width="@dimen/w298dp" android:layout_height="wrap_content" android:orientation="horizontal"> -- Gitblit v1.8.0