Top "Android-titlebar" questions

Android Bar that contains a title for the Application or for the current Screen.

How to make Title Bar & Tabs custom using Fragments

I am writing a program in which i am using Fragments to work with Tabs, but i need few changes …

android android-fragments android-fragmentactivity custom-titlebar android-titlebar
Android Studio: Activity preview does not show title bar

i know this question has been made before here, but i have tried the solution given and i don't get …

android android-studio android-titlebar
requestWindowFeature(Window.FEATURE_NO_TITLE) ERROR

I'm having trouble putting my application fullscreen in Android Lollipop, my code : public class AoA extends ActionBarActivity { protected void oncreate(…

android android-titlebar
android:set title bar in middle

I create the custom title using the style.I code some from http://labs.makemachine.net/2010/03/custom-android-window-title/ I have also …

android android-titlebar
How to remove the title when launching android app?

I already remove the title in onCreate() method. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_…

android android-titlebar
Change only background and color of titlebar

I am trying to customize background and color of Title bar. I have seen many example on android site and …

android android-actionbar android-titlebar
Running the Android app without TitleBar

As by default, the application name is appearing on one label like TextView. How do i remove my titlebar permanently …

android android-titlebar