From bf63e9396cde256efe8592c20f7d307e3a6a3221 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 10 八月 2017 16:23:37 +0800
Subject: [PATCH] add lic
---
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