Remove use of old theme name.
Change-Id: Iebc7a81738122fbfb94f22649e07eabb39dc4afb
This commit is contained in:
@@ -26,8 +26,10 @@ public class TriangleActivity extends Activity {
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
mGLView = new GLSurfaceView(this);
|
||||
mGLView.setEGLConfigChooser(false);
|
||||
mGLView.setRenderer(new StaticTriangleRenderer(this));
|
||||
/*ImageView imageView = new ImageView(this);
|
||||
imageView.setImageResource(R.raw.robot);
|
||||
setContentView(imageView);*/
|
||||
setContentView(mGLView);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user