From d475c7ab0b4bd6781c6f312b153a4f5bc780d57a Mon Sep 17 00:00:00 2001
From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 27 七月 2017 09:17:59 +0800
Subject: [PATCH] 重命名MitiTrd为MultiTrd
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register_right_field.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register_right_field.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register_right_field.xml
index bcb8cae..9ef28e9 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register_right_field.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register_right_field.xml
@@ -6,7 +6,7 @@
>
<LinearLayout
android:layout_width="match_parent"
- android:layout_height="61dp"
+ android:layout_height="@dimen/h61dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
@@ -14,13 +14,13 @@
android:layout_height="wrap_content"
android:id="@+id/fragment_register_right_field_label"
android:textColor="@color/colorText_5"
- android:textSize="@dimen/text_size_normal"
+ android:textSize="@dimen/w14dp"
android:text=""/>
<EditText
android:id="@+id/fragment_register_right_field_text"
android:background="@null"
- android:paddingLeft="24dp"
- android:textSize="@dimen/text_size_normal"
+ android:paddingLeft="@dimen/w24dp"
+ android:textSize="@dimen/w14dp"
android:gravity="center_vertical"
android:hint=""
android:textColor="@color/colorText_5"
--
Gitblit v1.8.0