Top "Android-toolbar" questions

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

How to remove white underline in a SearchView widget in Toolbar Android

I am using Toolbar search widget in my project. Everything works fine but expect the thing which I am completely …

android searchview android-toolbar android-search
AppBarLayout with FrameLayout container as scrolling content doesn't work

I'm trying to use the newest design library to make my toolbar hide/show on scroll. My issue is the …

android android-toolbar android-design-library android-coordinatorlayout
How to set Android toolbar height?

I want to achieve this: What I thought was to make a Custom Toolbar with a bigger height and work …

android android-actionbar android-tabhost android-toolbar
Title, etc. not showing in Android Toolbar

I've just added an Android Toolbar to an app I'm working on. The toolbar placement works correctly with the toolbar …

android toolbar android-toolbar
Android Lollipop, add popup menu from title in toolbar

I'm unable to see how adding a popup menu from the title is accomplished like is shown in many of …

android android-5.0-lollipop android-toolbar
(Design Support Library) CollapsingToolbarLayout -- Toolbar not getting pinned on collapse

I'm having trouble integrating the Design Support Library into my application. For some reason, the toolbar collapses with the CollapsingToolbarLayout, …

android android-support-library android-toolbar androiddesignsupport android-collapsingtoolbarlayout
android title won't show in toolbar

I have an xml that I use with so many activities with fragments file but my problem is that I …

android android-actionbar toolbar android-actionbar-compat android-toolbar
How to set app:layout_scrollFlags for Toolbar programmatically

My app have a viewpager and 4 tabs, each tab have many fragment. But I just want my Toolbar scroll up/…

android android-fragments android-toolbar android-coordinatorlayout
How to add dividers between specific menu items?

Background I have a menu item in the action bar (toolbar actually) that when clicked, shows a list of items …

android android-actionbar submenu android-toolbar divider