I'm creating a Wear OS app and I'm giving the user the option to set a timer. In addition to voice commands I'd like to give the option to manually set the duration.
I can adapt the time picker dialog to fit the screen but as far as I can tell there's no native wear specific component or dialog to choose a duration of time.
Wear OS 2.0 has a nice way to select duration from the built in timer app but I haven't found anything about what components were used to create it and if they're available.
I'm really just looking for a user friendly way to set a duration. Any help or guidance would be appreciated! I'm pretty new to Android development.