Top "Android-titlebar" questions

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

Change Spinner DropDown width

I need resize this part size to full display. How can i do this? My adapter: String[] navigations = getResources().getStringArray(…

android spinner android-spinner titlebar android-titlebar
getSupportActionBar().setTitle() vs toolbar.setTitle()

I am aware that there are two methods to setting a title in an Android Activity. Assuming I already have …

android android-actionbar android-toolbar android-titlebar
How to set the text color of titlebar?

I am using this as the theme. <style name="ThemeSelector" parent="android:Theme.Light"> <item name="android:…

android android-titlebar
android add button to title bar

I am trying to add a button to title bar but I couldn't succeed. I have read many articles about …

java android android-layout android-titlebar
set title bar name of a activity

I'm trying to change my applications activity menu bar title. I managed to change font as follows. Anyone help me …

android android-titlebar custom-titlebar
How to change Android title bar text color programmatically?

In my app I populate title bar label from each activity but the text color in the activity and text …

android android-titlebar
Android Toolbar Title

Unable to change toolbar title I set title in manifeast.xml & also used setTitle("TITLE"); I set title as …

android android-manifest android-appbarlayout android-titlebar
How to put buttons in activity header?

I'm trying to design a dialog, which looks similarly to the system one: Are these buttons planted on the application …

android android-titlebar
Gradient styles

In my Android application I've hidden the default title bar, introduced a TabView and added my own titlebar under that …

android gradient titlebar android-titlebar
Show title bar from code

In the manifest file I have this line to my application tag android:theme="@android:style/Theme.NoTitleBar" and basically …

android android-activity android-theme titlebar android-titlebar