Android Hide Title Bar
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- requestWindowFeature(Window.FEATURE_NO_TITLE);//will hide the title not the title bar
- setContentView(R.layout.activity_main);
- }
- }
No comments:
Post a Comment