Questions tagged [android-toolbar]

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

The Toolbar was introduced in Android 5.0 Lollipop however it was also added to Added to appcompat-v7:21.0.0 for backwards compatibility. The widget consists of a navigation button, a title and subtitle, one or more custom views and an action menu. You should use Toolbar instead of Actionbar when you want to use the Actionbar features but you require more control over it's appearance, if you want multiple Actionbars, or if you want Actionbars that only take up part of the width of the screen.

For more information:

See also:

3112 questions
1
vote
0 answers

Sliding menu DrawerLayout in xml

hello everyone I'm newbie and want to make a sliding menu with toolbar. here my code xml toolbar at MainActivity :
kooryy13
  • 11
  • 2
1
vote
2 answers

Replace NavigationView with Fragments

I am replacing a NavigationView with a Fragment, and working further with the view. (Since NavigationView is a child of FrameLayout) When clicking on any item in NavView .. I overlay the NavView with a fragment. If someone clicks back button .. I…
Deep
  • 673
  • 1
  • 10
  • 23
1
vote
1 answer

Collapsing Toolbar and ImageView - toolbar is not showing

I have Collapsing Toolbar with ImageView and Toolbar (which contais this three lines icon for side drawer menu for example). ImageView is collapsing just like I want but... Toolbar is not showing at all.When I remove ImageView everything is fine (I…
1
vote
1 answer

in CollapsingToolbarLayout the chart is behind the toolbar

I use CollapsingToolbarLayout in my app in CollapsingToolbarLayout we have a toolbar and a chart that is used MPAndroid chart to draw the x and y point...anyway, the problem is that the toolbar is on the chart and we can't see the top section of the…
1
vote
1 answer

Adding Toolbar in Library Module

I am adding a Toolbar in an Activity in my Library project. In my library AndroidManifest, I am using this theme -