Top "Toolbar" questions

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

TextBox LostFocus is not raised when clicking on certain other controls

In the following simple WPF application a TextBox is set to update a property when the focus is lost from …

wpf focus toolbar lost-focus
How to hide arrow on right side of a Toolbar?

Figured out how to hide the grippy dots on the left side, now how do I hide that add/remove …

wpf xaml toolbar
toolbar.setNavigationOnClickListener not working

toolbar.setNavigationOnClickListener this function is not working have no clue why. activity_main.xml Layout <android.support.design.widget.…

android toolbar drawerlayout
Don't collapse Toolbar when RecyclerView fits the screen

I've made an app using Android Design Library, with a Toolbar and TabLayout. Actually 2 tabs are present, both with 2 RecyclerView, …

android toolbar android-recyclerview android-appcompat android-design-library
How to center ImageView in a toolbar?

Been trying to center a logo inside my toolbar. When i navigate to the next activity, the "up affordance" icon …

android android-actionbar imageview center toolbar
Toolbar - add the up button

I am trying to use the Toolbar instead of the ActionBar, but I can't figure out how to add the …

android toolbar
How can I customize toolbar with Notepad++

Is there any way that I could add a button to NP++'s toolbar? I have a shortcut which I …

notepad++ toolbar
how to pin title in Toolbar inside CollapsingToolbarLayout

Here is my layout: <android.support.design.widget.AppBarLayout <android.support.design.widget.CollapsingToolbarLayout ... <android.support.v7.…

android toolbar android-collapsingtoolbarlayout
Toolbar with EditText material design

I'm trying to make Toolbar with EditText within it like this: Right now I can do some thing similar but …

android material-design toolbar
How to set the elevation of AppBarLayout to 0

My layout file is like : <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://…

android toolbar android-support-library