Top "Android-toolbar" questions

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

Change title color in toolbar?

I have a toolbar that I use, and set title with: ((ActionBarActivity)getActivity()).getSupportActionBar().setTitle("Home"); Is there a way …

android android-theme android-toolbar
Creating a Preference Screen with support (v21) Toolbar

I was having trouble using the new Material Design toolbar in the support library on a Preference screen. I have …

android android-actionbar android-5.0-lollipop android-actionbar-compat android-toolbar
How can I align Android Toolbar menu/icons to the left like in Google Maps app?

Here is a screenshot of Google Maps Toolbar. As you can see icons are aligned to the left instead of …

android android-layout android-5.0-lollipop toolbar android-toolbar
How to add image in toolbar

I am following this example to create my app now i am trying to add image in my toolbar the …

android android-imageview android-toolbar
Toolbar and Contextual ActionBar with AppCompat-v7

I am working on using the newly added Toolbar that was introduced in Lollipop and the AppCompat-v7 library. I followed …

android android-5.0-lollipop android-appcompat android-toolbar
Add elevation/shadow on toolbar for pre-lollipop devices

I updated my android app to the new material design, but I also wanted to add some shadow or elevation …

android xamarin.android material-design android-toolbar
How to hide ToolBar when I scrolling content up?

I am trying to hide my tool bar when I scroll my text and image with content. Here I use …

android android-support-library android-toolbar android-support-design
android.view.View$OnUnhandledKeyEventListener

I am new to Android Studio and I don't get why my toolbar isn't shown as described by https://developer.…

android android-toolbar keyevent unhandled
How can I fix the Spinner style for Android 4.x placed on top of the Toolbar

According to Android documentation, Material Design style is supported for Spinner widget. So I decided to use it in my …

android android-layout android-spinner android-toolbar
Navigation Drawer Below Toolbar

I am trying to get the navigation drawer to open below the toolbar. <android.support.v4.widget.DrawerLayout xmlns:…

android navigation-drawer android-toolbar