| | |
| | | |
| | | namespace Shared.Phone.Device.CommonForm |
| | | { |
| | | public class SelectTime:FrameLayout |
| | | public class SelectTime: UserCenter.FrameLayoutBase |
| | | { |
| | | public Action<int> TimeAction; |
| | | |
| | |
| | | { |
| | | 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, |
| | |
| | | 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 |