From 1de638833e4b07b5e6c272cf5c8474b5c92ce42f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 15:21:48 +0800 Subject: [PATCH] 删除音乐权限申请 --- OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs index ad28ee6..9415f5b 100644 --- a/OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs +++ b/OnPro/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs @@ -80,12 +80,13 @@ public void LoadPage() { - MainPage.BaseTopButton.BackgroundColor = 0xFFF7F7F7; + //MainPage.BaseTopButton.BackgroundColor = 0xFFF7F7F7; MainPage.CurPageIndex = 1; - bodyView.BackgroundColor = CSS_Color.BackgroundColor; + bodyView.BackgroundColor = CSS_Color.TopViewColor; #region top FrameLayout topView = new FrameLayout() { + Y = Application.GetRealHeight(10), Height = Application.GetRealHeight(64), BackgroundColor = CSS_Color.TopViewColor, }; @@ -123,7 +124,7 @@ contentPageView = new PageLayout() { Y = Application.GetRealHeight(64), - Height = Application.GetRealHeight(667 - 64 - 49 + 30), + Height = Application.GetRealHeight(667 - 64 - 49 + 30 - 10), BackgroundColor = CSS_Color.MainBackgroundColor, IsShowPoint = false }; -- Gitblit v1.8.0