I'm customizing the holo theme my android 4.2.1 phone.

I put this image in /res/drawable/

And in /res/values-v11/styles.xml I put

<resources>
>
>     
>
>     <!--
>
>         Base application theme for API 11+. This theme completely replaces
>
>         AppBaseTheme from res/values/styles.xml on API 11+ devices.
>
>     -->
>
>     <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
>
>         <!-- API 11 theme customizations can go here. -->
>
>         
>
>         <item name="android:actionBarStyle">@style/MyActionBar</item>
>
>         
>
>         <item name="android:windowActionBar">false</item>
>
>     <item name="android:windowTitleSize">30dip</item>
>
>     <item name="android:windowTitleBackgroundStyle">@style/AppTheme</item>
>
>     </style>
>
>     
>
>     <!-- ActionBar styles -->
>
>     <style name="MyActionBar"
>
>            parent="@android:style/Widget.Holo.Light.ActionBar">
>
>         <item name="android:background">@drawable/titlebarbg</item>
>
>     </style>
>
>     
>
> </resources>
>
>
>>
Is this correct? I don't see the title bar color changed to blue. 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to