| | |
| | | public const int AppRealWidth = 1080; |
| | | |
| | | /// <summary> |
| | | /// 14 |
| | | /// </summary> |
| | | public const int TextSize = 14; |
| | | /// <summary> |
| | | /// 16 |
| | | /// </summary> |
| | | public const int TextSize_Selected = 16; |
| | | |
| | | /// <summary> |
| | | /// 字体12 |
| | | /// </summary> |
| | | public const int loginTextSize = 12; |
| | | /// <summary> |
| | | /// 占位字体大小 |
| | | /// 12 |
| | | /// 14 |
| | | /// </summary> |
| | | public const int PlaceHolderTextSize = 12; |
| | | public const int PlaceHolderTextSize = 14; |
| | | |
| | | /// <summary> |
| | | /// Row_Height |
| | |
| | | /// </summary> |
| | | public const int TopFrameLayout_Height = 184; |
| | | /// <summary> |
| | | /// topview 状态栏高度 60 |
| | | /// topview 状态栏高度 74 |
| | | /// </summary> |
| | | public const int TopStatuFrameLayout_Height = 60; |
| | | public const int TopStatuFrameLayout_Height = 74; |
| | | /// <summary> |
| | | /// topview 状态栏高度 124 |
| | | /// topview 状态栏高度 110 |
| | | /// </summary> |
| | | public const int Topview_Height = 124; |
| | | public const int Topview_Height = 110; |
| | | |
| | | /// <summary> |
| | | /// 标题大小 17 |