From 627bb9c4c1d4eb256aa6fe5bac5280f907d25ff1 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 10 七月 2017 15:32:02 +0800 Subject: [PATCH] update 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