Top "Toolbar" questions

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

Set menus for multiple toolbars on android

In my activity I use the following code for my two toolbars. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(…

android toolbar
How to disable CollapsingToolbar's collapse when scroll has not content?

I am using android support design 'com.android.support:design:22.2.1' my problem is that when the scroll has no …

android scroll toolbar android-collapsingtoolbarlayout
Change ActionBarDrawerToggle icon android in toolbar?

I have an activity with navigation drawer and toolbar Activity public class MainActivity extends AppCompatActivity { private Toolbar toolbar; private CustomTextViewMondaRegular …

android navigation-drawer toolbar actionbardrawertoggle
How to unlock toolbars in Eclipse 4.2 (Juno)

I migrated from Eclipse Indigo (3.7) to Juno (4.2). In Juno all toolbars seem to be permanently locked. Is there a way …

eclipse toolbar eclipse-juno
jQuery Summernote custom button function

I have a jsFiddle here -> http://jsfiddle.net/cm910t89/2/ I created a custom button in Summernote WYSIWYG …

jquery button toolbar summernote
Xcode/iOS: How to hide Navigation- AND ToolBar on scroll down?

I would like to hide both bars on scroll down on my iPhone. When I scroll up, they should appear …

ios xcode toolbar navigationbar
disable matplotlib toolbar

Is there a way to disable/hide matplotlib Toolbar that shows up on the bottom? I'd tried something like this: …

matplotlib toolbar
How to make the Toolbar snap into view or out of view when using Google Design Library?

I am trying to achieve an effect like WhatsApp has, where the Toolbar (when scrolled) will clip into view magnetlike, …

android scroll toolbar appbar
WPF Toolbar Items HorizontalAligment="Right"

Is it possible to make the elements within a WPF toolbar have a HorizontalAlignment of Right? <ToolBar Height="38" VerticalAlignment="…

wpf xaml toolbar alignment
Changing MFMailComposeViewController's toolbar color

I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app. In my info view, I …

ios objective-c colors toolbar mfmailcomposeviewcontroller