From 60df9596d566807ac7cccaad2c88138dd7b24d0c Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期日, 22 九月 2024 22:06:38 +0800
Subject: [PATCH] Update AppDelegate.cs

---
 HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs
index d13882a..835a0ed 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs
@@ -24,8 +24,17 @@
             #region 甯冨眬鐣岄潰
             this.BackgroundColor = MusicColor.ViewColor;
             var topView = new TopView();
-            this.AddChidren(topView.TopFLayoutView());
+                this.AddChidren(topView.TopFLayoutView());
+            //if (xiMoVideoList.Count > 0)
+            //{
+            //    this.AddChidren(topView.TopFLayoutView());
+            //}
+            //else
+            //{
+            //    this.AddChidren(topView.TopFLayoutView2());
+            //}
             topView.topNameBtn.TextID = StringId.keshiduijiang;
+
 
             var pageView = new PageLayout()
             {
@@ -126,8 +135,6 @@
         /// <param name="video">鍙瀵硅瀵硅薄</param>
         void View1(FrameLayout view1, List<Video> videoList)
         {
-
-
             #region 甯冨眬鐣岄潰
             var bjFl = new FrameLayout
             {
@@ -190,7 +197,6 @@
                 Width = Application.GetRealWidth(160),
                 Height = Application.GetRealWidth(160),
                 UnSelectedImagePath = "VideoIcon/keshiduijiang.png",
-
             };
             bjFl.AddChidren(intercomBtnIcon);
 
@@ -267,6 +273,7 @@
                     TextColor = CSS.CSS_Color.TextualColor,
                     TextAlignment = TextAlignment.Center,
                     Text = video.deviceName,
+                    IsMoreLines = true,
                 };
                 fLayout.AddChidren(deviceNameBtn);
 

--
Gitblit v1.8.0