Action Bar
Posted on June 10th, 2014
[Resources]
- Styling the Action Bar: https://developer.android.com/training/basics/actionbar/styling.html
parent="@android:style/Theme.Holo.Light.DarkActionBar">
- @style/MyActionBar
parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
- @drawable/actionbar_background
When you crate a new action bar project, add the red portion to your new project.
(If you get error during compiling.)