android之4.0的系统主题style修改android:Theme.Holo.Light


1.修改主界面背景颜色

转自http://www.dewen.io/q/9466

在AndroidMenifest.xml application 属性设置时不使用系统的
android:theme="@android:style/Theme.Holo", 而是自定义的           android:theme="@style/customtitlebar"
在values 中style.xml添加属性


<style name="customtitlebar" parent="android:Theme.Holo.Light">
        <item name="android:actionBarStyle"> @style/MyActionBar</item>
    </style>


    <style name="MyActionBar" parent="@android:style/Widget.Holo.ActionBar">
        <item name="android:titleTextStyle">@style/MyTheme.ActionBar.TitleTextStyle</item>
    </style>


    <style name="MyTheme.ActionBar.TitleTextStyle" parent="android:style/TextAppearance.Holo.Widget.ActionBar.Title">
        <item name="android:textColor">@color/white</item>
    </style>
然后在color.xml中添加white属性值, 
    <color name="white">#ffffffff</color>
即可,以上是我修改4.0设置所得。


2.Theme.LightTheme.Dark的区别

http://blog.csdn.net/zmyde2010/article/details/7250962

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值