From 944b87b6bcccb095cd73f13f4410fb20faf48f74 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期三, 25 十二月 2019 11:21:06 +0800
Subject: [PATCH] 2019.12.25

---
 ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
index 39e8883..a1337aa 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
@@ -63,10 +63,15 @@
             frameInput.AddChidren(btnFild);
 
             //鎮ㄧ殑鍙嶉鍜屾剰瑙佷細璁╂垜浠彉寰楁洿濂�
-            var txtInput = new TextInputControl(bodyFrameLayout.Width - ControlCommonResourse.XXLeft * 2, Application.GetRealHeight(470), false);
+            //var txtInput = new TextInputControl(bodyFrameLayout.Width - ControlCommonResourse.XXLeft * 2, Application.GetRealHeight(470), false);
+            var txtInput = new EditTextView();
+            txtInput.Width = bodyFrameLayout.Width - ControlCommonResourse.XXLeft * 2;
+            txtInput.Height = Application.GetRealHeight(470);
             txtInput.Y = Application.GetRealHeight(32);
             txtInput.TextAlignment = TextAlignment.TopLeft;
             txtInput.Gravity = Gravity.CenterHorizontal;
+            txtInput.TextColor = UserCenterColor.Current.TextColor1;
+            txtInput.PlaceholderTextColor = UserCenterColor.Current.TextGrayColor1;
             txtInput.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uYouSuggestionMsg);
             frameInput.AddChidren(txtInput);
             txtInput.TextChangeEventHandler += (sender, txtvalue) =>

--
Gitblit v1.8.0