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

Commit 715139a6 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android (Google) Code Review
Browse files

Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs

parents 6ae21ea7 7f427b45
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>