android TimePicker更改分隔线蓝色

时间:2014-04-25 18:08:01

标签: android colors timepicker

标准的android TimePicker有蓝色分隔线。我需要其他颜色的分隔线(黄色)。我怎样才能做到这一点。我试图在res / values / styles.xml中指定它,但没有结果:

 <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
        <item name="android:divider">@color/program_yellow</item>  
    </style>

这是我的应用程序样式,在清单文件中。请帮忙

enter image description here

0 个答案:

没有答案