From a5f6948fb1265761708b34a73723094345072226 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 08 一月 2020 10:26:02 +0800
Subject: [PATCH] 请合并这个版本(因为上个版本弄错了)
---
ZigbeeApp20200102/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp20200102/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs b/ZigbeeApp20200102/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
index e50cba8..3ea1cc6 100644
--- a/ZigbeeApp20200102/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
+++ b/ZigbeeApp20200102/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -211,13 +211,12 @@
{
X = Application.GetRealWidth(888),
Width = Application.GetRealWidth(192),
- BackgroundColor = 0xff00ff00,
};
this.titleFrameLayout.AddChidren(btnAddFrameLayout);
var btnBindAdd = new Button
{
- X = Application.GetRealWidth(31),
+ X = Application.GetRealWidth(62),
Height = Application.GetRealHeight(72),
Width = Application.GetRealWidth(72),
UnSelectedImagePath = "BindPic/BindAdd.png",
@@ -532,7 +531,7 @@
modeRowLayout.BackgroundColor = ZigbeeColor.Current.XMWhite;
midVerticalRefreshLayout.AddChidrenRow(modeRowLayout);
modeRowLayout.frameTable.UseClickStatu = false;
- modeRowLayout.frameTable.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.keyMode), 500);
+ modeRowLayout.frameTable.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.keyMode), 400);
var btnKeyModeTipText = "";
#region 褰撳墠妯″紡鏂囨湰鏄剧ず
switch (currentKey.panelMode)
@@ -578,7 +577,7 @@
break;
}
#endregion
- modeRowLayout.frameTable.AddMostRightView(btnKeyModeTipText, 500);
+ modeRowLayout.frameTable.AddMostRightView(btnKeyModeTipText, 800);
modeRowLayout.frameTable.AddBottomLine();
var btnDel = modeRowLayout.AddDeleteControl();
//涓�閿竻闄ゆ寜閿簨浠�
--
Gitblit v1.8.0