Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
715139a620
@ -144,13 +144,13 @@ background like this:</p>
|
||||
<resources>
|
||||
<!-- the theme applied to the application or activity -->
|
||||
<style name="CustomActionBarTheme"
|
||||
parent="@style/Theme.Holo.Light.DarkActionBar">
|
||||
parent="@android:style/Theme.Holo.Light.DarkActionBar">
|
||||
<item name="android:actionBarStyle">@style/MyActionBar</item>
|
||||
</style>
|
||||
|
||||
<!-- ActionBar styles -->
|
||||
<style name="MyActionBar"
|
||||
parent="@style/Widget.Holo.Light.ActionBar.Solid.Inverse">
|
||||
parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
|
||||
<item name="android:background">@drawable/actionbar_background</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user