android.support.v7.widget.Toolbar
This example show how to add android.support.v7.widget.Toolbar to layout and add ProgressBar to the ToolBar. New a project of empty activity in Android Studio. Edit res/values/styles.xml to change style to "Theme.AppCompat.Light.NoActionBar"…
This example modify from my old post " Implement checkable items in OptionsMenu of Toolbar " to add button to Toolbar. Edit activity_main.xml to add Button inside android.support.v7.widget.Toolbar: <?xml version="1.0" encoding=&…
Implement transparent status bar for android.support.v7.widget.Toolbar: - Follow the steps in " Replace ActionBar with android.support.v7.widget.Toolbar " to implement a simplest toolbar. - Edit styles.xml to add the item of "android:wi…