From 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 02 一月 2020 19:51:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into DEV_GXC

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
index a1337aa..59e7347 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
@@ -63,7 +63,6 @@
             frameInput.AddChidren(btnFild);
 
             //鎮ㄧ殑鍙嶉鍜屾剰瑙佷細璁╂垜浠彉寰楁洿濂�
-            //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);
@@ -74,6 +73,7 @@
             txtInput.PlaceholderTextColor = UserCenterColor.Current.TextGrayColor1;
             txtInput.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uYouSuggestionMsg);
             frameInput.AddChidren(txtInput);
+            txtInput.InitIosPlaceholderUILabelWithHeight(Application.GetRealHeight(60));
             txtInput.TextChangeEventHandler += (sender, txtvalue) =>
             {
                 if (this.suggestionCount <= 0)

--
Gitblit v1.8.0