Top "Android-toolbar" questions

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

Android API 21 Toolbar Padding

How do I get rid of the extra padding in the new Toolbar with Android SDK API version 21 (the support …

android android-toolbar
How to change Toolbar Navigation and Overflow Menu icons (appcompat v7)?

I am having a hard time with v7 Toolbar. What was once a simple task for ActionBar, now seems overly …

android android-layout material-design android-appcompat android-toolbar
"Back button" using getSupportActionbar and appcompat v7 toolbar

I'm using the new toolbar from the Appcompat V7 library and I'm making an application with navigation drawer and with …

android android-appcompat android-toolbar
Using Toolbar with Fragments

I am trying to create a viewpager that swipes through 3 different fragments each with a different toolbar. I have implemented …

java android android-fragments android-viewpager android-toolbar
Expand/Collapse Lollipop toolbar animation (Telegram app)

I'm trying to figure out how the expand/collapse animation of the toolbar is done. If you have a look …

android android-animation android-6.0-marshmallow android-toolbar android-7.0-nougat
Is it possible to change the textcolor on an Android SearchView?

The SearchView element doesn't have any properties for changing the text color. The default text color is black and doesn't …

android android-toolbar searchview
What is the difference between Action Bar and newly introduced Toolbar?

After Google introduced Material Design, I have heard about a new widget class called Toolbar. What is the Toolbar, and …

android android-actionbar material-design android-toolbar
Android Toolbar Adding Menu Items for different fragments

I have a toolbar as well as a navigation drawer. When I start my app, the toolbar and navigation drawer …

android android-fragments android-toolbar
How to display menu item with icon and text in AppCompatActivity

I tried different combinations in xml file: <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="…

android menuitem android-toolbar appcompatactivity