Standard android TimePicker has blue dividers. I need divider of other color (yellow). How can I achieve this. I tried to specify it in res/values/styles.xml , but no result:
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<item name="android:divider">@color/program_yellow</item>
</style>
this is my app style, in manifest file. please help