Use NoTitleBar theme, not requestWindowFeature(FEATURE_NO_TITLE).

Bug: 2013438
This commit is contained in:
Elliott Hughes
2009-08-17 14:23:41 -07:00
parent f69d9a220c
commit 881f20f48a
4 changed files with 3 additions and 8 deletions

View File

@@ -124,9 +124,6 @@ public class LunarLander extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// turn off the window's title bar
requestWindowFeature(Window.FEATURE_NO_TITLE);
// tell system to use the layout defined in our XML file
setContentView(R.layout.lunar_layout);