WJC
2019-12-13 9c6bd67d66859e48f0e794cd2746aef9310ce71d
ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs
old mode 100755 new mode 100644
@@ -623,7 +623,7 @@
            //消息
            messageBtn.MouseUpEventHandler += (send, e) =>
            {
            };
            #endregion
@@ -937,7 +937,9 @@
                Height = Application.GetRealHeight(200),
                Text = Language.StringByID(R.MyInternationalizationString.NoFunction).Replace("{\\r\\n}", "\r\n"),
                TextColor = ZigbeeColor.Current.GXCPlaceHolderTextColor,
                IsMoreLines = true
                IsMoreLines = true,
                TextAlignment=TextAlignment.Center,
            };
            functionSceneBodyView.AddChidren(noFunctionTip);
        }