Top "Android-toolbar" questions

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

Fragment overlaps the AppCompat toolbar

I'm working with the v7 support library and trying to have a navigation drawer on the left. As read elsewhere …

android android-fragments android-toolbar
How can I style the SearchView when using a Toolbar as an Action Bar?

I'm using a Toolbar as an Action Bar in my app using the AppCompat v21 library, as described in this …

android android-actionbar android-5.0-lollipop searchview android-toolbar
Android Back Arrow on Toolbar (AppCompatActivity)

I want to show the back arrow button in my app, but the app crashes when I put this in …

android toolbar android-toolbar android-actionbar-compat appcompatactivity
Adding custom view to a toolbar

I am trying to add a custom view to the new toolbar (Lollipop) . But somehow the view gets added below …

android android-toolbar
Use Toolbar across all activities (Android)

I'm using a Toolbar to replace the ActionBar. All is going well with one problem: The toolbar shows only on …

android toolbar android-toolbar
Toolbar icon tinting on Android

I've noticed that using AppCompat themes, default toolbar icons get tinted by the attribute colorControlNormal in my style. <style …

android android-5.0-lollipop android-toolbar android-icons
How to implement android Toolbar Back button

I am using a custom toolbar. I need to add back button to it. Now I am using this code …

android android-toolbar android-navigation
Hide AppBar when scrolling down

I have an AppBar and a horizontal linearlayout (which includes an edit text and two imagebuttons) and other things in …

android android-layout android-toolbar android-appbarlayout
How to make the Toolbar title clickable exactly like on ActionBar, without setting it as ActionBar?

Background I wish to show an ActionBar on PreferenceActivity, as it's not available for pre-Honeycomb devices (even in the support …

android android-actionbar-compat android-toolbar