From e96e11d6f8b965ea522c983e040d41e3b9ef105a Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 18 五月 2020 21:33:19 +0800
Subject: [PATCH] 2020-05-18-4

---
 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 5bc2d3d..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, uint 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 = i_radius;
+            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