ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionFileContentForm.cs
@@ -20,6 +20,7 @@ /// </summary> public void ShowForm(string i_file) { this.ScrollEnabled = false; //设置头部信息 base.SetTitleText("文件内容"); @@ -74,6 +75,9 @@ btnText.TextAlignment = TextAlignment.TopLeft; btnText.TextColor = UserCenterColor.Current.TextColor1; btnText.Text = textValue; #if Android btnText.Foucs = false; #endif bodyFrameLayout.AddChidren(btnText); }