예제 #1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            // Create our OpenGL view, and display it
            view = new GLView1(this);
            SetContentView(view);
        }
예제 #2
0
 protected override void OnCreate(Bundle bundle)
 {
     base.OnCreate(bundle);
     ActionBar actionBar = ActionBar;
     actionBar.Hide();
     // Create our OpenGL view, and display it
     view = new GLView1(this);
     SetContentView(view);
 }