i am trying to implement multiple themes in android and i want to change text colors of time picker programatically according to selected theme.
By using theme property in xml we can easily set a style to time picker but in my case i want to do it programatically.
android:theme="@style/timePickerPurple".