vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

Be able to style a Picker inidividually #46

Open curliq opened 7 years ago

curliq commented 7 years ago

Hey awesome work! Would be awesome to be able to style a TimePicker inidividually tho. Instead of having the attributes in the style that affect every TimePicker, having a style declared on a specific TimePicker, like this:

<com.appeaser.sublimepickerlibrary.timepicker.SublimeTimePicker
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/darkDialogStyle"
/>

In my case, I want to have a light TimePicker and a dark one, but I can't change the activity's team for each of the TimePickers. If there's already a solution for this please share.

Rainer-Lang commented 7 years ago

+1