Top "Android-toolbar" questions

A Toolbar is a widget based generalization of action bars for use within layouts.

AppCompat ToolBar popupTheme not used in the ShareAction MenuItem

Context Using the AppCompat v7 21.0.0 / 21.0.2 / 21.0.3 Problem The popupTheme of the ToolBar is not applied to the ShareAction Style on the …

android styles themes android-appcompat android-toolbar
Change Toolbar background color programmatically does not change Toolbar Title Background color

I´m trying to change the toolbar Background color programmatically by doing this: getSupportActionBar().setBackgroundDrawable(newColorDrawable(getResources().getColor(R.color.…

android android-actionbar android-toolbar
Android Toolbar moves up when keyboard appears

I'm creating a chat based UI screen where I have toolbar and recyclerview for chat messages, and reply msg layout. …

android android-linearlayout android-toolbar android-recyclerview android-appcompat
android toolbar popupTheme vs theme

Often I see this declaration of Toolbar in layout files: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.…

android android-support-library android-appcompat android-toolbar
Hide/Show Toolbar programmatically on CoordinatorLayout

When I scroll my RecycleView ToolBar hide or show (with animation). How I can return ToolBar back programmatically?

android android-toolbar android-recyclerview
Fix bottom bar in CoordinatorLayout

I have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments. One of this fragment contains a TabLayout …

android android-layout android-toolbar android-coordinatorlayout
getSupportActionBar().setTitle() vs toolbar.setTitle()

I am aware that there are two methods to setting a title in an Android Activity. Assuming I already have …

android android-actionbar android-toolbar android-titlebar
Display ActionMode over Toolbar

I am trying to use the android.view.ActionMode with the new android.support.v7.widget.Toolbar, in addition to …

android android-support-library android-toolbar android-actionmode
Toolbar will not collapse with Scrollview as child of CoordinatorLayout

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the …

android toolbar android-scrollview android-toolbar coordinator-layout
Scrolling with Collapsing Toolbar and Tabs

I'm trying to make a layout with a CollapsingToolbarLayout which has scroll|exitUntilCollapsed flag, and a TabLayout which has scroll|…

android android-layout android-toolbar android-coordinatorlayout