From 84e391f79e4c298e31b990667a54d991d645949f Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 25 十二月 2019 09:01:50 +0800
Subject: [PATCH] a

---
 app/src/main/res/layout/fragment_hint_door_access.xml |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/app/src/main/res/layout/fragment_hint_door_access.xml b/app/src/main/res/layout/fragment_hint_door_access.xml
index e54b77e..8d4563e 100644
--- a/app/src/main/res/layout/fragment_hint_door_access.xml
+++ b/app/src/main/res/layout/fragment_hint_door_access.xml
@@ -7,7 +7,33 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:orientation="vertical">
+        <LinearLayout
+            android:layout_width="match_parent"
+            android:layout_height="@dimen/h87">
 
+            <TextView
+                android:layout_width="@dimen/w212"
+                android:layout_height="wrap_content"
+                android:layout_gravity="center"
+                android:layout_marginLeft="@dimen/w9"
+                android:gravity="right"
+                android:text="鏈敞鍐岋細"
+                android:textColor="@color/colorWhite"
+                android:textSize="@dimen/font_size_21" />
+
+            <EditText
+                android:id="@+id/et_no_register_message"
+                style="@style/editText2"
+                android:layout_width="match_parent"
+                android:layout_height="@dimen/h50"
+                android:layout_gravity="center"
+                android:layout_marginLeft="@dimen/w24"
+                android:layout_marginRight="@dimen/w60"
+                android:gravity="center"
+                android:hint="璇锋敞鍐�"
+                android:textColor="@color/colorWhite"
+                android:textSize="@dimen/font_size_21" />
+        </LinearLayout>
         <LinearLayout
             android:layout_width="match_parent"
             android:layout_height="wrap_content"

--
Gitblit v1.8.0