Top "Android-toolbar" questions

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

Scroll behavior in nested RecyclerView with horizontal scroll

I have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout. When I scroll …

android xml material-design android-toolbar android-coordinatorlayout
How to add overflow menu to Toolbar?

I'm trying to use Android ActionBar in my app, and have an option that's hidden away in the overflow menu. …

android android-actionbar android-toolbar android-appcompat
Should we replace Action Bar by ToolBar?

I have been using ToolBar since it was added into Support v7 library. And I think I used it well. …

android android-actionbar android-toolbar
How add a single menu item left to the toolbar in android?

I simply want a back button in left side of toolbar.But when i added with following code ,appear in …

android toolbar menuitem android-toolbar android-actionbaractivity
Changing Navigation drawer hamburger icon

I am trying to change hamburger menu icon for NavigationView but I am unable to do so. Here is what …

android navigation-drawer android-toolbar hamburger-menu actionbardrawertoggle
CollapsingToolBarLayout - status bar scrim color doesn't change

I updated my android studio few days ago and started working with the CoordinatorLayout and CollapsingToolbarLayout just trying stuff. It …

android android-toolbar android-6.0-marshmallow android-collapsingtoolbarlayout
How do you remove an inflated menu/items from the new Lollipop Toolbar?

I include a v7 Toolbar in my layout. <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_…

android android-menu android-toolbar
CollapsingToolbarLayout not working(collapsing)when scrolled

I am trying to create a CollapsingToolbarLayout and below it a listview, when the listview is scrolled the Toolbar should …

android material-design android-toolbar androiddesignsupport android-collapsingtoolbarlayout
New Android Design Library bug with AppBarLayout and Toolbar

I am using the new Android Design Library based on this example chrisbanes/cheesesquare in github and here I have …

android android-layout android-toolbar android-design-library
Add custom view to the right of toolbar

I am trying to achieve this(A timer in toolbar with red background): I am trying to add customView in …

android android-actionbar android-toolbar