From 7e42cc13a14b7de31c9f5d5c61cdf24f3246335d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 31 三月 2023 11:36:45 +0800
Subject: [PATCH] 1
---
Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs
index efeb54a..f02d961 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/User/UserMiddle.cs
+++ b/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);
--
Gitblit v1.8.0