(Android) Has there been a 'Picker' regression? #14837
Closed
bradencohen
started this conversation in
Upgrading from Xamarin
Replies: 1 comment 2 replies
-
The picker code looks to be a direct copy from Xamarin.Forms. The style change here appears to be theme/style related since we use the native Android component. MAUI updated that compared to Xamarin.Forms. https://developer.android.com/develop/ui/views/components/dialogs The style looks accurate here, though @PureWeen mentioned we should confirm this. I do wonder about the height of the modal dialog, and the presence of the OK. @bradencohen are there UX goals you cannot achieve in the new UI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please tell me if I'm doing something wrong or missing something...
On Android, the picker in Xamarin seems to be a little more enhanced than the one in MAUI:
Using a

Xamarin.Forms.Picker
:The

Microsoft.Maui.Controls.Picker
:I purposefully duplicated the items to show how the window just expands. Both screenshots stem from a Pixel 5 - API 33.
Beta Was this translation helpful? Give feedback.
All reactions