CrabtreeOn,印度客户定制APP,迁移2.0平台版本
JLChen
2021-03-24 c13629a73204e22b83a383c4474a0b3633df1084
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs
@@ -746,16 +746,22 @@
            };
            dialog.AddChidren (chooseTimeBodyView);
            var chooseTime = new UIPickerView () {
            var timeView = new FrameLayout () {
                Y = Application.GetRealHeight (1136 - 420 - 90),
                Height = Application.GetRealHeight (420),
                BackgroundColor = 0xFFD7D7D7,
                //BackgroundColor = SkinStyle.Current.ViewColor,
                BackgroundColor = SkinStyle.Current.ViewColor,
            };
            chooseTimeBodyView.AddChidren (chooseTime);
            chooseTimeBodyView.AddChidren (timeView);
            var chooseTime = new UIPickerView () {
                Height = Application.GetRealHeight (400),
                BackgroundColor = SkinStyle.Current.Transparent,
                Gravity = Gravity.CenterVertical
            };
            timeView.AddChidren (chooseTime);
            var bottomView = new FrameLayout () {
                Y = chooseTime.Bottom,
                Y = timeView.Bottom,
                Height = Application.GetRealHeight (90) + 1,
                BackgroundColor = 0xFFD7D7D7,
            };