Thursday, August 27, 2015

[Android][Resolved] Remove remove title bar in android



Add this line at onCreate() method
 requestWindowFeature(Window.FEATURE_NO_TITLE);
Sample Code:



Reference:
http://stackoverflow.com/questions/14475109/remove-android-app-title-bar

No comments :

Post a Comment