Top "Toolbar" questions

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

How do I make DrawerLayout to display below the Toolbar?

How to make the drawer layout be below the actionbar/toolbar? I'm using v7:21 app compat library with the new …

android navigation-drawer android-support-library toolbar drawerlayout
android hide toolbar in specific fragment

I have a problem that I don't know how to solve. How do you hide a toolbar in a specific …

java android android-fragments toolbar
Use Toolbar across all activities (Android)

I'm using a Toolbar to replace the ActionBar. All is going well with one problem: The toolbar shows only on …

android toolbar android-toolbar
Add EditText to Toolbar

My Toolbar and EditText look like this: I tried adding it as an ActionView but I got this result: It …

android android-edittext android-custom-view toolbar
Visual Studio 2008 - Toolbar missing 'Release' / 'Debug' dropdown build configuration

how to enable the dropdown that shows build mode 'release/debug' ? I have set the 'show advanced build configuration' option. …

visual-studio visual-studio-2008 configuration toolbar
Hiding/Showing the toolbar when fragment in the tabs is scrolled

I added the new Toolbar, Tablayout and Viewpager in my android app. I provided Fragments for my 3 Tabs and its …

android android-fragments webview toolbar android-tablayout
how to remove shadow below actionbar with AppCompat.Light.NoActionBar?

I tried to remove the shadow below the toolbar with the Theme.AppCompat.Light.NoActionBar, using every recommendation of people …

android toolbar
Android support Toolbar + ActionBarDrawerToggle not changing to arrow

I'm struggling with the toolbar and drawer. I'm trying to make the burger switch to arrow when I'm adding a …

android navigation-drawer toolbar drawertoggle
Title, etc. not showing in Android Toolbar

I've just added an Android Toolbar to an app I'm working on. The toolbar placement works correctly with the toolbar …

android toolbar android-toolbar
Android RecyclerView below Toolbar

I have a custom RecyclerView and a toolbar which hide when scrolling down and appears when scrolling up. I have …

android toolbar android-recyclerview