ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs
@@ -70,7 +70,7 @@ }; this.AddChidren(middle); var textBox = new EditText var textBox = new EditTextView//EditText { Width = Application.GetRealWidth(1080), Height = Application.GetRealHeight(600), @@ -81,6 +81,7 @@ TextSize = 14, }; middle.AddChidren(textBox); textBox.HideSoftInput(); var btnsave = new Button {