How to create a iOS scrollable time picker in Android?

37 Views Asked by At

I need to implement a scrolling timepicker that should be as similar to this one as possible (it's an element from ios, to be frank).

time picker reference

Unfortunately, I haven't found such elements in material3. I tried using the standard timePicker, but it's very hard to customize, I couldn't even put a font on it. Do you have any ideas how it can be done, maybe links to libraries? At the moment I am making ui on View

0

There are 0 best solutions below