Top "Android-toolbar" questions

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

Display Back Arrow on Toolbar

I'm migrating from ActionBar to Toolbar in my application. But I don't know how to display and set click event …

android android-actionbar android-actionbar-compat android-toolbar
Android toolbar center title and custom font

I'm trying to figure out the right way to use a custom font for the toolbar title, and center it …

android android-layout android-toolbar android-theme android-styles
This Activity already has an action bar supplied by the window decor

Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying …

android android-actionbar material-design android-5.0-lollipop android-toolbar
Creating a button in Android Toolbar

How can I create a button inside Android's Toolbar that looks like this iOS example?

android android-toolbar
How to use SearchView in Toolbar Android

The code on which I am working, is using a Toolbar and inflating a menu. Here is the code private …

android android-actionbar searchview android-toolbar
How do I style appcompat-v7 Toolbar like Theme.AppCompat.Light.DarkActionBar?

I'm trying to recreate the look of Theme.AppCompat.Light.DarkActionBar with the new support library Toolbar. If I choose …

android android-appcompat android-theme android-toolbar
How to get Toolbar from fragment?

I have ActionBarActivity with NavigationDrawer and use support_v7 Toolbar as ActionBar. In one of my fragments toolbar has custom …

android android-fragments android-actionbar android-support-library android-toolbar
Change status bar color with AppCompat ActionBarActivity

In one of my Activities, I changed the Toolbar color using Palette. But on 5.0 devices using ActionBarActivity the status bar …

android android-5.0-lollipop android-toolbar
Change Toolbar color in Appcompat 21

I am testing out the new Appcompat 21 Material Design features. Therefore I've created a Toolbar like this: <android.support.…

android android-actionbar android-appcompat android-actionbar-compat android-toolbar
How to make Toolbar transparent?

It is self Q&A post I have transparent ActionBar which overlays layout. After migration to the latest support …

android material-design android-toolbar