Top "Android-toolbar" questions

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

Content behind CoordinatorLayout AppBarLayout

I was creating a settings activity/layout for my app. I have a CoordinatorLayout with an AppBarLayout and Toolbar, then …

android xml android-toolbar android-coordinatorlayout
Toolbar in DialogFragment

In our app, we have a few fragments that can be shown either as fullscreen fragments or as dialog fragments. …

android android-fragments android-dialogfragment android-toolbar
Android toolbar elevation when scrolling

I try to implement a search bar like in google maps android app: When the recycler view is in its …

android android-layout android-recyclerview android-toolbar
android.support.v7.widget.Toolbar icon alignment issue

Using the new Android 5.0 Toolbar approach, and following the Google IO example, I'm setting a navigation icon and a spinner …

android android-5.0-lollipop android-toolbar android-appcompat android-actionbar-compat
Android appcompat toolbar stretches when searchview gets focus

I'm updating an app to use the new Toolbar instead of the regular ActionBar. In my app the user must …

android searchview android-toolbar
Android Toolbar menu text color

I'm trying to change my Toolbar's menu item text color here, but it doesn't work. Here's my style: <style …

android toolbar android-toolbar
Android: getting Resources$NotFoundException for abc_ic_ab_back_material

I'm getting a Resources$notfoundexception on older (pre-L) devices. I'm including the full stacktrace below. My version of the support …

android android-support-library android-toolbar android-resources android-vectordrawable
collapsing toolbar layout like google play store

i want to make a collapsing toolbar layout like google play store. like this: https://sendvid.com/ugjspx8r and …

android-layout android-toolbar android-collapsingtoolbarlayout android-appbarlayout
Hiding Toolbar smoothly on RecyclerView Scroll?

Currently I've a RecyclerView that holds some list of items. I'm listening the Scroll listener of RecyclerView and if the …

android android-toolbar onscrolllistener
Change toolbar back arrow color

Hi. In the picture above you can see a back arrow and a (part of) title. I changed the title …

android material-design android-toolbar android-appcompat android-support-design