From 9bc0ea236cad9e5c86d0d6fe03eabb327b693096 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 11 九月 2024 18:03:16 +0800 Subject: [PATCH] Update SplashActivity.cs --- HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs index d13882a..5bdc129 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs @@ -27,6 +27,7 @@ this.AddChidren(topView.TopFLayoutView()); topView.topNameBtn.TextID = StringId.keshiduijiang; + var pageView = new PageLayout() { Y = Application.GetRealHeight(64), @@ -267,6 +268,7 @@ TextColor = CSS.CSS_Color.TextualColor, TextAlignment = TextAlignment.Center, Text = video.deviceName, + IsMoreLines = true, }; fLayout.AddChidren(deviceNameBtn); -- Gitblit v1.8.0