From 993ecf49ae04ccea89f6bc4a32cfc0c45def1215 Mon Sep 17 00:00:00 2001
From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local>
Date: 星期三, 27 十月 2021 14:23:30 +0800
Subject: [PATCH] 2021-10-27-01

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
index 41565af..5e2a891 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
@@ -234,12 +234,12 @@
 
             var editInputPassword = new EditText()
             {
-                X = Application.GetRealHeight(25),
+                X = Application.GetRealHeight(15),
                 TextSize = 13,
-                PlaceholderTextColor = Shared.Common.ZigbeeColor.Current.XMGray3,
+                PlaceholderTextColor = Shared.Common.ZigbeeColor.Current.XMGray4,
                 PlaceholderText = Language.StringByID(R.MyInternationalizationString.InputUnlockPasswrd),
-                TextColor = Shared.Common.ZigbeeColor.Current.XMBlack,
-                TextAlignment = TextAlignment.BottomLeft,
+                TextColor = Shared.Common.ZigbeeColor.Current.XMGray2,
+                TextAlignment = TextAlignment.CenterLeft,
                 IsNumberKeyboardType = true,
             };
             editInputPasswordFrameLayout.AddChidren(editInputPassword);

--
Gitblit v1.8.0