using System; namespace Shared.Phone.Device.CommonForm { public class CommonFormRrsouce { /// /// 高度 220 /// public static readonly int TopFrameLayout_Height=220; /// /// topview 状态栏高度 80 /// public static readonly int TopStatuFrameLayout_Height = 80; /// /// topview 状态栏高度 140 /// public static readonly int Topview_Height = 140; /// /// 标题大小 20 /// public static readonly int TopTitle_TextSize = 20; /// /// 标题宽度 1080 - 500 /// public static readonly int TopTitle_Width = 1080 - 500; } }