Hide Title bar of an Activity In Android 21:16:00 Posted by Kumanan In order to hide only the Title bar from an Android Application Activity, add the following line of code in the activity onCreate() , requestWindowFeature(Window.FEATURE_NO_TITLE); Email ThisBlogThis!Share to XShare to Facebook