wxr
2020-03-05 0bdc0a135dbe31761b53f432ed34f347f0a4e36b
HDL_ON/UI/UI2/UserPage.cs
@@ -98,7 +98,7 @@
            bodyView.BackgroundColor = CSS.CSS_Color.MainBackgroundColor;
            ContextView = new FrameLayout()
            {
                Height = Application.GetRealHeight(618+30),
                Height = Application.GetRealHeight(618+20),
                BackgroundColor = CSS.CSS_Color.BackgroundColor,
            };
            bodyView.AddChidren(ContextView);
@@ -109,6 +109,12 @@
                Height = Application.GetMinRealAverage(60),
            };
            bodyView.AddChidren(navigationView);
            if (MainPage.Increase)
            {
                //ContextView.Height = Application.GetRealHeight(618 + 20);
                navigationView.Y = Application.GetRealHeight(597+5);
                navigationView.Height = Application.GetRealHeight(70-5);
            }
            InitBottomView();
@@ -159,7 +165,7 @@
                Width = Application.GetMinRealAverage(22),
                Height = Application.GetMinRealAverage(22),
                UnSelectedImagePath = "Navigation/CollectionIcon.png",
                SelectedImagePath = "0Common/transparent.png",
                SelectedImagePath = "Public/transparent.png",
                IsSelected = true,
            };
            collectionView.AddChidren(btnCollectionIcon);
@@ -191,7 +197,7 @@
                Width = Application.GetMinRealAverage(22),
                Height = Application.GetMinRealAverage(22),
                UnSelectedImagePath = "Navigation/ClassificationIcon.png",
                SelectedImagePath = "0Common/transparent.png",
                SelectedImagePath = "Public/transparent.png",
            };
            classificationView.AddChidren(btnClassificationIcon);
            btnClassificationText = new Button()
@@ -222,7 +228,7 @@
                Width = Application.GetMinRealAverage(22),
                Height = Application.GetMinRealAverage(22),
                UnSelectedImagePath = "Navigation/IntellectualizationIcon.png",
                SelectedImagePath = "0Common/transparent.png",
                SelectedImagePath = "Public/transparent.png",
            };
            intellectualizationView.AddChidren(btnIntellectualizationIcon);
            btnIntellectualizationText = new Button()
@@ -254,7 +260,7 @@
                Width = Application.GetMinRealAverage(22),
                Height = Application.GetMinRealAverage(22),
                UnSelectedImagePath = "Navigation/PersonalCenterIcon.png",
                SelectedImagePath = "0Common/transparent.png",
                SelectedImagePath = "Public/transparent.png",
            };
            personalCenterView.AddChidren(btnPersonalCenterIcon);
@@ -271,8 +277,6 @@
            };
            personalCenterView.AddChidren(btnPersonalCenterText);
            #endregion
            var homePage = new HomePage();
            ContextView.AddChidren(homePage);
@@ -423,7 +427,7 @@
            { IsBackground = true }.Start();
            #endregion
            ContextView.RemoveAll();
            var classificaitionView = new UI.ClassificationPage();
            var classificaitionView = new ClassificationPage();
            ContextView.AddChidren(classificaitionView);
            classificaitionView.LoadPage();