From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 八月 2022 09:37:38 +0800
Subject: [PATCH] 合并了IOS的代码
---
ZigbeeApp/Shared/Phone/Device/CommonForm/SelectTime.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/SelectTime.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/SelectTime.cs
index e9fe90d..3a601d5 100755
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/SelectTime.cs
+++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/SelectTime.cs
@@ -4,7 +4,7 @@
namespace Shared.Phone.Device.CommonForm
{
- public class SelectTime:FrameLayout
+ public class SelectTime: UserCenter.FrameLayoutBase
{
public Action<int> TimeAction;
@@ -102,7 +102,7 @@
{
X = Application.GetRealWidth(80),
Y=Application.GetRealHeight(1200),
- Width=Application.GetRealWidth(400),
+ Width=Application.GetRealWidth(800),
Height=Application.GetRealHeight(80),
TextColor = ZigbeeColor.Current.GXCTextGrayColor4,
TextID = R.MyInternationalizationString.NotOpen,
@@ -166,8 +166,8 @@
var selectBtn = new Button
{
X = Application.GetRealWidth(942),
- Width = Application.GetMinRealAverage(60),
- Height=Application.GetMinRealAverage(60),
+ Width = this.GetPictrueRealSize(60),
+ Height=this.GetPictrueRealSize(60),
Gravity=Gravity.CenterVertical,
UnSelectedImagePath="Item/ItemSelected.png",
Visible=false
--
Gitblit v1.8.0