| | |
| | | // listSceneView.Visible = this.TabSelectIndex == 2;
|
| | | // bodyFrameLayout.AddChidren(listSceneView);
|
| | |
|
| | | // new System.Threading.Thread(() =>
|
| | | // HdlThreadLogic.Current.Run(() =>
|
| | | // {
|
| | | // //初始化功能Tab列表
|
| | | // this.InitFunctionTabList();
|
| | | // //初始化场景Tab列表
|
| | | // this.InitSceneTabList();
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | #endregion
|
| | |
| | | // //功能
|
| | | // var btnFunction = new NormalViewControl(frameSwich.Width / 2, Application.GetRealHeight(100));
|
| | | // btnFunction.Gravity = Gravity.CenterVertical;
|
| | | // btnFunction.TextID = R.MyInternationalizationString.Function;
|
| | | // btnFunction.TextID = R.MyInternationalizationString.uFunction;
|
| | | // btnFunction.TextAlignment = TextAlignment.Center;
|
| | | // btnFunction.TextColor = UserCenterColor.Current.SelectTextColor;
|
| | | // btnFunction.TextAlignment = TextAlignment.Center;
|