Top "Toolbar" questions

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

How do you develop a plugin for IE?

I have tried with the help of many sites which is available in the Google search. However, I didn't get …

internet-explorer plugins toolbar
Android Toolbar with both home and back button

Is it possible to display both home icon and back icon in the toolbar? 1) Is it possible change the order …

android navigation toolbar back-button android-homebutton
Remove space between buttons in LinearLayout (Android)

I need to make my own toolbar in Android application. Now it looks like this: So you see spaces between …

android toolbar margin android-linearlayout
TypeError : r.getClientRects is not a function

I am trying to create a custom toolbar in KendoUI grid following this link:http://demos.telerik.com/kendo-ui/grid/…

javascript html kendo-ui toolbar kendo-ui-grid
Android: How to/Tutorial for changing ActionBar to ActionBarCompat (Toolbar)?

I've been stuck on this, checked the official guidance, etc. Any tutorials/what are the steps to change from ActionBar …

android android-actionbar toolbar android-actionbar-compat android-toolbar
How to add ToolBar in PreferenceActivity?

I want to add ToolBar in PreferenceActivity in my android application. I wrote the following code. public class SettingsActivity extends …

android toolbar preferenceactivity
AppCompat v7 Toolbar onOptionsItemSelected not called

I changed from the original ActionBar to the AppCompat Toolbar and setSupportActionBar(toolbar). When I am using getSupportActionBar() and setDisplayHomeAsUpEnabled(…

android android-actionbar toolbar android-5.0-lollipop android-appcompat
Display content under toolbar

Hello I'm attempting to simply put my content below the toolbar but at the moment when I run my application …

android xml android-layout toolbar android-toolbar
How to make Toolbar not overlap other content in Android?

I am trying to develop an activity with a toolbar (the example is more or less taken from a tutorial), …

android android-layout toolbar android-toolbar
iPhone : Hiding / showing Toolbar

I have a toolbar on top of my view with a back button. I would like when the view loads …

iphone ios xcode toolbar show-hide