Top "Toolbar" questions

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

Toolbar options menu background color

I am using the toolbar for android. I just want to change the background color of the overflow menu. But …

android menu popup toolbar android-optionsmenu
android title won't show in toolbar

I have an xml that I use with so many activities with fragments file but my problem is that I …

android android-actionbar toolbar android-actionbar-compat android-toolbar
Qt/C++: Icons not showing up when program is run

I've added a QAction to my QToolBar in my MainWindow in Qt Designer (using the Qt Creator IDE) and given …

qt icons toolbar
Do not request Window.FEATURE_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead

I'm having this issue when I applied the toolbar into my app and it crashed when I try to run …

android mvvmcross toolbar
How to show the hidden toolbar of Eclipse

Eclipse has a context menu item to hide the entire toolbar of RCP. Where is the corresponding menu item to …

eclipse toolbar look-and-feel
How to add undo / redo buttons to toolbar in Eclipse?

I feel a bit embarrassed asking this questions, but how the heck can I get regular undo/redo buttons into …

eclipse toolbar undo-redo
How to enable/disable toolbar scrolling programmatically when using design support library

I use support design library to show/hide toolbar when scrolling a recyclerView inside a fragment, as mention here https://…

android toolbar android-support-design
What's the right way to add a ToolBar to a UITableView?

I'm writing a Navigation-Based iPhone app, and I'd like to have a UIToolBar docked at the bottom of my screen, …

iphone uitableview toolbar
CollapsingToolbarLayout with a custom view

I'm trying to implement the CollapsingToolbarLayout with a custom view, but I'm unable to do it : What I want to …

android toolbar android-collapsingtoolbarlayout
Toolbar will not collapse with Scrollview as child of CoordinatorLayout

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the …

android toolbar android-scrollview android-toolbar coordinator-layout