From dfd3bdc07c49fab66b38382e0bbe7c91bdf4f15b Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期二, 28 四月 2020 15:03:43 +0800 Subject: [PATCH] 合并新代码,提供逻辑需要的门锁接口 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelFangyueEightButtonDirectionForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelFangyueEightButtonDirectionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelFangyueEightButtonDirectionForm.cs index ba4a254..123f6ed 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelFangyueEightButtonDirectionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelFangyueEightButtonDirectionForm.cs @@ -46,7 +46,7 @@ btnGreanLinght.TextAlignment = TextAlignment.Center; btnGreanLinght.TextColor = UserCenterColor.Current.TextGrayColor3; btnGreanLinght.TextSize = 10; - btnGreanLinght.TextID = R.MyInternationalizationString.uPanelBackLightLighting; + btnGreanLinght.TextID = R.MyInternationalizationString.uKeyIndicatorLightsUp; framePic.AddChidren(btnGreanLinght); //鎸変綇姝ゆ寜閿� @@ -55,7 +55,7 @@ btnPress.Y = Application.GetMinRealAverage(275); btnPress.TextColor = UserCenterColor.Current.TextGrayColor3; btnPress.TextSize = 10; - btnPress.TextID = R.MyInternationalizationString.uKeyIndicatorLightsUp; + btnPress.TextID = R.MyInternationalizationString.uPressAndHoldThisKey; framePic.AddChidren(btnPress); //鎸変綇闈㈡澘宸︿笂瑙掓寜閿紝鎵�鏈夋寜閿寚绀虹伅 -- Gitblit v1.8.0