dotnet/maui

Android - TimePicker spinner mode

Open

#13.568 aberto em 26 de fev. de 2023

Ver no GitHub
 (7 comments) (4 reactions) (0 assignees)C# (1.951 forks)batch import
area-controls-pickergood first issueplatform/androidproposal/open

Métricas do repositório

Stars
 (23.245 stars)
Métricas de merge de PR
 (Mesclagem média 47d 9h) (248 fundiu PRs em 30d)

Description

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.

Guia do colaborador