Top "Toolbar" questions

The toolbar tag is for issues relating to the configuration, design, and use of toolbars.

In android app Toolbar.setTitle method has no effect – application name is shown as title

I'm trying to create simple application using android-support-v7:21 library. Code snippets: MainActivity.java public class MainActivity extends ActionBarActivity { Toolbar mActionBarToolbar; @…

android toolbar android-support-library
How to set Toolbar text and back arrow color

Toolbar background is dark color, I want text and back arrow to be white. I tried following, but it doesnt …

android android-layout toolbar android-theme android-styles
How do you set the title color for the new Toolbar?

I'm using the new v7 Toolbar and for the life of me can't figure out how to change the color …

android themes toolbar
setSupportActionBar toolbar cannot be applied to (android.widget.Toolbar) error

I've been looking for an answer and I've tried many possible solutions, but nothing seems to work.. I'm trying to …

android android-actionbar material-design toolbar
Creating a SearchView that looks like the material design guidelines

I'm currently in the process of learning how to convert my app to Material design and I'm a bit stuck …

android toolbar android-appcompat searchview material-design
How to change Toolbar home icon color

I am using a android.support.v7.widget.Toolbar and learned from this post how to change the color of …

android icons toolbar android-support-library
Android: How to Center title in ToolBar

I am using ToolBar in my project first time, so i do not know how to customized the toolbar in …

android toolbar
How to change the toolbar text size?

I want to change the size of text in Toolbar. Because in my application, Toolbar text has different sizes both …

android toolbar text-size
Android - Standard height of toolbar

I want to create a toolbar in my app, and I am wondering what is the standard height for the …

android user-interface toolbar
Set up toolbar as actionbar in fragment

I want to set up my toolbar as an actionbar, but since your toolbar is a layoutelement it has to …

java android android-actionbar fragment toolbar