From 94e4e5b9fd3da964c44b7b14227d6fe2bbb426d7 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 02 四月 2020 13:56:39 +0800 Subject: [PATCH] 2020-04-02-2 --- ZigbeeApp/Shared/Phone/Device/CommonForm/CommonFormResouce.cs | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/CommonFormResouce.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/CommonFormResouce.cs index 85182b5..2addb77 100755 --- a/ZigbeeApp/Shared/Phone/Device/CommonForm/CommonFormResouce.cs +++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/CommonFormResouce.cs @@ -11,14 +11,23 @@ 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 @@ -45,13 +54,13 @@ /// </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 -- Gitblit v1.8.0