0

I am trying to create a menu/selection to choose certain values from a list using KivyMD. I want it to look similar to how these lists look on IOS apps. I've included an image from the 'Fitbit' app for reference of what I'm trying to replicate.

the type of menu/selection I'm looking for

Cheers

1 Answers1

0

Specifically, there is no such implementation of time picker in KivyMD. There is a Picker class - https://kivymd.readthedocs.io/en/latest/components/pickers/

enter image description here

enter image description here

Xyanight
  • 1,315
  • 1
  • 7
  • 10