The toolbar tag is for issues relating to the configuration, design, and use of toolbars.
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 drawerlayoutI have a problem that I don't know how to solve. How do you hide a toolbar in a specific …
java android android-fragments toolbarI'm using a Toolbar to replace the ActionBar. All is going well with one problem: The toolbar shows only on …
android toolbar android-toolbarMy 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 toolbarhow 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 toolbarI 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-tablayoutI tried to remove the shadow below the toolbar with the Theme.AppCompat.Light.NoActionBar, using every recommendation of people …
android toolbarI'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 drawertoggleI've just added an Android Toolbar to an app I'm working on. The toolbar placement works correctly with the toolbar …
android toolbar android-toolbarI have a custom RecyclerView and a toolbar which hide when scrolling down and appears when scrolling up. I have …
android toolbar android-recyclerview