I would like to create a DialogFragment or Dialog with a TimePicker inside, as in the following figure. The problem is that my application uses the Holo.Light theme, and then it sets me up from there, but I can not find anything related to TimePicker .

Can I assign a TimePicker style TimePicker custom style? I did not find anything in the official documentation for Android.
The following image is what I got so far, but nonetheless the TimePicker not in the color I want (it is the same orange as in the header separator), even in the XML that I have as follows:
<TimePicker android:id="@+id/picker" style="@style/Checkmark" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dip" />

Any ideas please? Thank you very much in advance
source share