am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
* commit '715139a620383c89e061a2b0650e184bf3382a10': docs: Fixed action bar example. Bug: 13806963
This commit is contained in:
@@ -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