| | |
| | | public Button homePageIMG = new Button |
| | | { |
| | | Y = Application.GetRealHeight(tabBarEnumIMG_Y), |
| | | Height = Application.GetMinRealAverage(tabBarEnumIMG_Height), |
| | | Width = Application.GetMinRealAverage(tabBarEnumIMG_Width), |
| | | Height = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Height), |
| | | Width = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Width), |
| | | UnSelectedImagePath = "Navigation/Home.png", |
| | | SelectedImagePath = "Navigation/HomeSelected.png", |
| | | Gravity = Gravity.CenterHorizontal |
| | |
| | | public Button categoryIMG = new Button |
| | | { |
| | | Y = Application.GetRealHeight(tabBarEnumIMG_Y), |
| | | Height = Application.GetMinRealAverage(tabBarEnumIMG_Height), |
| | | Width = Application.GetMinRealAverage(tabBarEnumIMG_Width), |
| | | Height = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Height), |
| | | Width = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Width), |
| | | UnSelectedImagePath = "Navigation/Category.png", |
| | | SelectedImagePath = "Navigation/CategorySelected.png", |
| | | Gravity = Gravity.CenterHorizontal |
| | |
| | | public Button settingIMG = new Button |
| | | { |
| | | Y = Application.GetRealHeight(tabBarEnumIMG_Y), |
| | | Height = Application.GetMinRealAverage(tabBarEnumIMG_Height), |
| | | Width = Application.GetMinRealAverage(tabBarEnumIMG_Width), |
| | | Height = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Height), |
| | | Width = UserCenter.HdlControlLogic.Current.GetPictrueRealSize(tabBarEnumIMG_Width), |
| | | UnSelectedImagePath = "Navigation/Setting.png", |
| | | SelectedImagePath = "Navigation/SettingSelected.png", |
| | | Gravity = Gravity.CenterHorizontal |