Migration to MaterialTimePicker #865
Unanswered
hiqua
asked this question in
Technical Discussion
Replies: 1 comment
-
@hiqua Sure, feel free to submit a PR! It would be nice to completely remove all vendored code. The only reason we copied the code directly from AOSP is because the code was not available as a library at the time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In SnoozeDelayPickerActivity.kt, changing
showTimerPicker
to this:yields similar results to the current state, without using the vendored library.
It still requires customization for theming (it also doesn't work out of the box without removing the
android:theme
). That would be a step towards getting rid of the vendored library.Would that be a good way forward?
Beta Was this translation helpful? Give feedback.
All reactions