From 98ceb6bd2021f9ff136cda27eef28676dd7b5d92 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 21 五月 2020 13:24:02 +0800
Subject: [PATCH] 最后的版本
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomRightClickButton.cs | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomRightClickButton.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomRightClickButton.cs
index 3dddb62..f79050c 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomRightClickButton.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomRightClickButton.cs
@@ -7,7 +7,7 @@
/// <summary>
/// 浣嶄簬鍙充笅瑙掔殑鍗曞嚮鎺т欢
/// </summary>
- public class BottomRightClickButton : FrameLayoutControl
+ public class BottomRightClickButton : FrameLayoutStatuControl
{
#region 鈻� 鍙橀噺澹版槑___________________________
@@ -42,14 +42,14 @@
/// <param name="i_width">瀹藉害,鐪熷疄鍊�</param>
/// <param name="i_height">楂樺害,鐪熷疄鍊�</param>
/// <param name="i_radius">鍦嗚搴�(鍙瀹夊崜鏈夋晥)</param>
- public BottomRightClickButton(int i_width, int i_height, int i_radius = 8)
+ public BottomRightClickButton(int i_width, int i_height, int i_radius = 17)
{
this.Height = i_height;
this.Width = i_width;
this.Gravity = Gravity.BottomRight;
#if Android
- this.Radius = 8;
+ this.RadiusEx = i_radius;
#endif
}
@@ -72,6 +72,7 @@
this.AddChidren(btnBomTemp, ChidrenBindMode.BindEventOnly);
//纭鎸夐挳
this.btnConfirm = new NormalViewControl(this.Width - Application.GetRealWidth(10), Application.GetRealHeight(60), false);
+ btnConfirm.IsBold = true;
btnConfirm.Gravity = Gravity.Center;
btnConfirm.TextColor = UserCenterColor.Current.White;
btnConfirm.Text = i_text;
@@ -100,6 +101,7 @@
#if iOS
//纭鎸夐挳
this.btnConfirm = new NormalClickButton(this.Width, this.Height, false);
+ btnConfirm.IsBold = true;
btnConfirm.Gravity = Gravity.BottomRight;
btnConfirm.TextColor = UserCenterColor.Current.White;
btnConfirm.Text = i_text;
--
Gitblit v1.8.0