wxr
2022-08-30 a93db4940a37fd73a37dd9b237c16e744e36f9ea
Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs
@@ -19,11 +19,11 @@
        public static FrameLayout UserPageView = new FrameLayout ();
        public static Button LinkStatusTip = new Button () {
            Height = Application.GetRealHeight (36),
            Width = Application.GetRealWidth (640),
            BackgroundColor = SkinStyle.Current.LinkStatusTipColor
        };
        //public static Button LinkStatusTip = new Button () {
        //    Height = Application.GetRealHeight (36),
        //    Width = Application.GetRealWidth (640),
        //    BackgroundColor = SkinStyle.Current.LinkStatusTipColor
        //};
        public static PageLayout FavoritePageView = new PageLayout () {
            IsShowPoint = false,
@@ -70,7 +70,7 @@
            Width = Application.GetRealWidth (640),
            Height = Application.GetRealHeight (1136 - 126 - 90 - 90),
            BackgroundColor = SkinStyle.Current.ViewColor,
            ScrollEnabled = false
            ScrollEnabled = true
        };
        public static Button btnVersion = new Button () {
            Y = Application.GetRealHeight (1136 - 90 - 90),
@@ -323,7 +323,7 @@
            //IO.FileUtils.SaveEquipmentMessage (ud3, "3");
#endif
            UserHomePage.FrameLayoutMain.AddChidren (UserPageView);
            UserHomePage.FrameLayoutMain.AddChidren (LinkStatusTip);
            //UserHomePage.FrameLayoutMain.AddChidren (LinkStatusTip);
            UserPageView.AddChidren (FavoritePageView);
            FavoritePageView.AddChidren (FavoriteBodyView);