Here is my date and time picker:
I want to change the separator color from blue to red. Can i do that?
Here is my date and time picker:
I want to change the separator color from blue to red. Can i do that?
<style name="myStylr" parent="@android:style/Widget.DeviceDefault.DatePicker">
<item name="android:divider">@drawable/MyDivider</item>
</style>
Set this style to your Time,Date Picker