| | |
| | | using Android.Content; |
| | | using Android.Net; |
| | | using Android.OS; |
| | | using Android.Views; |
| | | //using CN.Jpush.Android.Api; |
| | | //using CN.Jpush.Android.Service; |
| | | using Java.Lang; |
| | |
| | | }; |
| | | |
| | | Shared.Application.FontSize = 16; |
| | | BaseActivity.IsHideVirualButtons = false; |
| | | BaseActivity.IsHideVirualButtons = true; |
| | | ZXing.Mobile.MobileBarcodeScanner.Initialize (this); |
| | | init (); |
| | | BaseActivity.OnCreateActoin += (activity, application) => { |
| | |
| | | Shared.BusSocket.Start (6000); |
| | | } |
| | | |
| | | void Hide () { |
| | | // Window _window; |
| | | // _window = this.GetWindow (); |
| | | // WindowManager.LayoutParams params = _window.getAttributes (); |
| | | //params.systemUiVisibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION; |
| | | // _window.setAttributes (params); |
| | | } |
| | | } |
| | | } |