HDL Home App 第二版本 旧平台金堂用 正在使用
wjc
2022-12-01 351bdda734832d821a9764b0cde8be5d83c4ec50
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