Top "Toolbar" questions

The toolbar tag is for issues relating to the configuration, design, and use of toolbars.

WPF ToolBar: how to remove grip and overflow

In a nested WPF ToolBarPanel-ToolBar-Menu we want to get rid of the grip handle to the left and the overflow …

wpf 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 fix getActionBar method may produce java.lang.NullPointerException

I am using a toolbar as my actionbar in an activity. I am trying to add the method getActionBar().setDisplayHomeAsUpEnabled(…

android android-actionbar toolbar
How to change CollapsingToolbarLayout typeface and size?

I want to change CollapsingToolbarLayout font size and its typeface. How I can achieve that?

android fonts toolbar font-size android-collapsingtoolbarlayout
MenuItem tinting on AppCompat Toolbar

When I use drawables from the AppCompat library for my Toolbar menu items the tinting works as expected. Like this: &…

android toolbar android-appcompat tint
How to change toolbar color

I've been searching how to customize the toolbar, for example how to add background color, but I don't understand how …

android toolbar
How to set a custom font to the title in toolbar android

I am doing this: toolbar = (Toolbar) findViewById(com.sports.unity.R.id.tool_bar); setSupportActionBar(toolbar); setTitle("hello"); I want …

java android fonts toolbar title
Custom toolbar with Summernote

How do I know which functions can be enabled for the toolbar of summernote, and how to do it? In …

toolbar summernote
How to catch navigation icon click on toolbar from fragment?

I have a dialog fragment in which I have toolbar in layout. I want to make back button(Navigation Icon) …

android android-fragments toolbar
IntelliJ 13 - Add Navigate Back/Forward to toolbar?

Jetbrains changed the toolbars in IntelliJ 13. The Navigate Back & Forward arrows, shown here, used to be in the top …

intellij-idea navigation ide toolbar