dotnet/maui

Android - TimePicker spinner mode

Open

#13.568 aperta il 26 feb 2023

Vedi su GitHub
 (7 commenti) (4 reazioni) (0 assegnatari)C# (1951 fork)batch import
area-controls-pickergood first issueplatform/androidproposal/open

Metriche repository

Star
 (23.245 star)
Metriche merge PR
 (Merge medio 47g 9h) (248 PR mergiate in 30 g)

Descrizione

Description

I'm using the Maui control TimePicker to let the user specify a time. I don't like the Clock display on Android, and would much prefer the spinner ui, which is similar to the iOS version.

Public API Changes

<TimePicker android:TimePicker.Mode="Spinner"

A new platform specific setting would be idea.

Intended Use-Case

This would be useful for everyone who uses the TimePicker on Android, but prefers the Spinner mode.

Guida contributor