Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ac6519b authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am c31bd52d: am a821af68: am 715139a6: Merge "docs: Fixed action bar example....

am c31bd52d: am a821af68: am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs

* commit 'c31bd52d':
  docs: Fixed action bar example. Bug: 13806963
parents c6d4a464 c31bd52d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -144,13 +144,13 @@ background like this:</p>
&lt;resources>
&lt;resources>
    &lt;!-- the theme applied to the application or activity -->
    &lt;!-- the theme applied to the application or activity -->
    &lt;style name="CustomActionBarTheme"
    &lt;style name="CustomActionBarTheme"
           parent="&#64;style/Theme.Holo.Light.DarkActionBar">
           parent="&#64;android:style/Theme.Holo.Light.DarkActionBar">
        &lt;item name="android:actionBarStyle">&#64;style/MyActionBar&lt;/item>
        &lt;item name="android:actionBarStyle">&#64;style/MyActionBar&lt;/item>
    &lt;/style>
    &lt;/style>


    &lt;!-- ActionBar styles -->
    &lt;!-- ActionBar styles -->
    &lt;style name="MyActionBar"
    &lt;style name="MyActionBar"
           parent="&#64;style/Widget.Holo.Light.ActionBar.Solid.Inverse">
           parent="&#64;android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
        &lt;item name="android:background">&#64;drawable/actionbar_background&lt;/item>
        &lt;item name="android:background">&#64;drawable/actionbar_background&lt;/item>
    &lt;/style>
    &lt;/style>
&lt;/resources>
&lt;/resources>