Top "Android-toolbar" questions

A Toolbar is a widget based generalization of action bars for use within layouts.

Back navigation with Fragments / Toolbar

I'm scratching my head with this one now.... I have an ActionBarActivity that loads an initial Fragment - the original …

android fragment android-toolbar android-actionbaractivity fragment-backstack
Seeing message in logs: "app:theme is deprecated"?

Ever since upgrading to the latest appcompat library, I'm seeing a message in my logs from ViewUtils. app:theme is …

android android-appcompat android-toolbar
AppCompat v21 Dark ToolBar style

I want my ToolBar to serve as an ActionBar and I want it to look like a light theme with …

android material-design android-toolbar android-appcompat android-theme
How to reduce the gap between navigation icon and toolbar title?

My problem is the extra space between the nav-drawer icon and toolbar title. The sample images are below: The xml …

android android-layout text android-support-library android-toolbar
Styling android search view and drop down list in actionbar

In my app, I have a searchview that displays search suggestions. I want the dropdown/spinner and text to be …

android android-actionbar android-styles searchview android-toolbar
set Toolbar height programmatically Android

I am trying to set the height of toolbar programmatically by this way: toolbar.setLayoutParams(new Toolbar.LayoutParams(LayoutParams.MATCH_…

android android-layout android-xml android-toolbar android-viewgroup
How to center toolbar back button?

I'm having a problem trying to center the back button on the support toolbar. I'm using it inside an ActionBarActivity. &…

android material-design android-toolbar android-actionbaractivity
Android: Toolbar text is coming as black instead of white

My Toolbar Text, Back arrow and all is coming as black but I want it to be white How can …

android android-xml android-styles android-toolbar
How does the Android L contacts app collapse its toolbar?

I've been trying to reproduce the way that the Contacts app on version 5.0 collapses the toolbar when the listview is …

android android-layout android-actionbar android-5.0-lollipop android-toolbar