| | |
| | | /// 字体浅色 0xFFCBCACA |
| | | /// </summary> |
| | | public uint GXCTextGrayColor3 = 0xFFCBCACA; |
| | | /// <summary> |
| | | /// 字体浅色 0xFF666666 |
| | | /// </summary> |
| | | public uint GXCTextGrayColor4 = 0xFF666666; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFC744B |
| | | /// 字体选中颜色 0xFFFB744A |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor = 0xFFFC744B; |
| | | public uint GXCTextSelectedColor2 = 0xFFFB744A; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFFB400 |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor3 = 0xFFFFB400; |
| | | /// <summary> |
| | | /// 底部未选中颜色 0xFF8E8E93 |
| | | /// </summary> |
| | |
| | | /// 黑色背景 0xFF333333 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor2 = 0xFF333333; |
| | | /// <summary> |
| | | /// functionView 0x1AFC744B |
| | | /// </summary> |
| | | public uint GXCForFunctionUnSelectedBackgroundColor = 0x1AFC744B; |
| | | /// <summary> |
| | | /// functionView 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCForFunctionBackgroundColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 0xFFFEF1ED |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// topview color 0xD1F8F8F8 |
| | | /// </summary> |
| | | public uint GXCTopViewBackgroundColor = 0xD1F8F8F8; |
| | | public uint GXCTopViewBackgroundColor = 0xFFF9F9F9; |
| | | /// <summary> |
| | | /// title color 0xFF030303 |
| | | /// </summary> |
| | |
| | | /// 底部线条颜色 0xFFBABABA |
| | | /// </summary> |
| | | public uint GXCBottomLineColor = 0xFFBABABA; |
| | | |
| | | /// <summary> |
| | | /// GXCWaveSeekBarUnSelectedColor 0xFFEBEBED |
| | | /// </summary> |
| | | public uint GXCWaveSeekBarUnSelectedColor = 0xFFEBEBED; |
| | | /// <summary> |
| | | /// GXCWaveSeekBarColor 0xFFFE4F35 |
| | | /// </summary> |
| | | public uint GXCWaveSeekBarColor = 0xFFFE4F35; |
| | | |
| | | |
| | | |