黄学彪
2020-07-06 f23ad1b3f9f6193f35f72104d690b21dc67d5c1f
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);
        }