public override void InitTheme()
        {
            _pager.SetBackgroundColor(GetBackgroundColorByTheme());
            imgTopBar.SetBackgroundResource(GetImageByTheme(FN_BG_TOP_BAR));

            SetCurrentPage(_nCurrentPage);
            TabBarAnimation(_nCurrentPage);
        }