From 42fad29b1e280b512452f5552d1e9ce98474252e Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期一, 17 五月 2021 09:40:14 +0800
Subject: [PATCH] 2021-05-17 1.在阿廖分支基础上增加iOS乐橙可视对讲功能,目前呼叫还有一点问题,偶尔会闪退,目前还没定位到原因

---
 HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs
index 1379d33..9ad5b09 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31RadioList.cs
@@ -71,8 +71,8 @@
                     {
                         X = Application.GetRealWidth(16),
                         Y = Application.GetRealHeight(18),
-                        Width = Application.GetMinRealAverage(32),
-                        Height = Application.GetMinRealAverage(32),
+                        Width = Application.GetRealWidth(32),
+                        Height = Application.GetRealWidth(32),
                         UnSelectedImagePath = "MusicIcon/radioIcon.png",
                     };
                     radioViewFl.AddChidren(radioIconBtn);
@@ -96,8 +96,8 @@
                     {
                         X = Application.GetRealWidth(335),
                         Y = Application.GetRealHeight(20),
-                        Width = Application.GetMinRealAverage(28),
-                        Height = Application.GetMinRealAverage(28),
+                        Width = Application.GetRealWidth(28),
+                        Height = Application.GetRealWidth(28),
                         UnSelectedImagePath = "MusicIcon/love.png",
                         SelectedImagePath = "MusicIcon/loveSelected.png",
                     };
@@ -185,8 +185,8 @@
                     {
                         X = Application.GetRealWidth(16),
                         Y = Application.GetRealHeight(8),
-                        Width = Application.GetMinRealAverage(62),
-                        Height = Application.GetMinRealAverage(62),
+                        Width = Application.GetRealWidth(62),
+                        Height = Application.GetRealWidth(62),
                         UnSelectedImagePath = "MusicIcon/file.png",
                     };
                     addFlieRow.AddChidren(fileIconBtn);

--
Gitblit v1.8.0