Top "Android-toolbar" questions

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

No shadow by default on Toolbar?

I'm updating my app with the new Toolbar from the support library v21. My problem is that the toolbar does …

android android-5.0-lollipop material-design android-toolbar
Remove title in Toolbar in appcompat-v7

The documentation of Toolbar says If an app uses a logo image it should strongly consider omitting a title and …

android android-actionbar android-appcompat android-toolbar
How to add buttons like refresh and search in ToolBar in Android?

I have made a ToolBar, but when I add menu items in menu.xml it always shows as an overflow. …

android-5.0-lollipop android-toolbar
Toolbar navigation icon never set

I'm trying the new Toolbar component and having some trouble with the navigation icon. I want to implement a custom …

android material-design android-toolbar android-appcompat android-actionbar-compat
Toolbar Navigation Hamburger Icon missing

I'm looking for a way to display the hamburger icon whitout using the Drawer/DrawerToggle and use the default icon …

android android-support-library material-design android-toolbar
Cannot catch toolbar home button click event

I've implemented the newest appcompat library and using the Toolbar as action bar. But the problem is I cannot catch …

android navigation-drawer android-toolbar
Android transparent status bar and actionbar

I've done a few researches on this topic and I couldn't find a complete solution so, step by step and …

android android-actionbar android-toolbar android-appcompat android-statusbar
Manage toolbar's navigation and back button from fragment in android

All of my fragments are controlled through ActionBarActivity (mainActivity), inside mainActivity a DrawerLayout is implemented and all the child fragments …

android android-actionbar navigation-drawer android-fragmentactivity android-toolbar
Add views below toolbar in CoordinatorLayout

I have the following layout: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="http://schemas.…

android android-toolbar android-coordinatorlayout androiddesignsupport
android lollipop toolbar: how to hide/show the toolbar while scrolling?

I'm using the new toolbar widget introduced in the appcompat / support-v7. I would like to hide/show the toolbar depending …

android-5.0-lollipop material-design android-toolbar