From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 11 八月 2020 14:13:55 +0800
Subject: [PATCH] 20200811

---
 HDL_ON/UI/UI2/UserPage.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/UserPage.cs b/HDL_ON/UI/UI2/UserPage.cs
index db0bc6f..4cc9c29 100644
--- a/HDL_ON/UI/UI2/UserPage.cs
+++ b/HDL_ON/UI/UI2/UserPage.cs
@@ -158,7 +158,7 @@
                 Y = Application.GetRealWidth(6),
                 Width = Application.GetRealWidth(22),
                 Height = Application.GetRealWidth(22),
-                UnSelectedImagePath = "Navigation/CollectionIconOn.png",
+                UnSelectedImagePath = "Navigation/HomePageIconOn.png",
             };
             navigationSelectionView.AddChidren(btnNavigationSelectionIcon);
 
@@ -180,7 +180,7 @@
                 Y = Application.GetRealHeight(5),
                 Width = Application.GetMinRealAverage(22),
                 Height = Application.GetMinRealAverage(22),
-                UnSelectedImagePath = "Navigation/CollectionIcon.png",
+                UnSelectedImagePath = "Navigation/HomePageIcon.png",
                 SelectedImagePath = "Public/transparent.png",
                 IsSelected = true,
             };
@@ -361,7 +361,7 @@
                         }
                         if (index == (total/2))
                         {
-                            btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/CollectionIconOn.png";
+                            btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/HomePageIconOn.png";
                         }
                         //鏃嬭浆
                         btnNavigationSelectionIcon.SetRotation(-36f * index);

--
Gitblit v1.8.0