xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

[Bug] Is it possible to set long title for ActionSheet on Android #11468

Open kerberosargos opened 4 years ago

kerberosargos commented 4 years ago

Description

Hello, DisplayActionSheet long title seems cropped from end? Is there any way to fix that? Thank you in advance.

Screenshots

Screenshot_1594992614

jsuarezruiz commented 4 years ago

We could use setCustomTitle method from the AlertDialog builder and use a TextView: https://github.com/xamarin/Xamarin.Forms/blob/719fc7a604ff0cce8922d717c99bfb0fa17e35e0/Xamarin.Forms.Platform.Android/PopupManager.cs#L101

kerberosargos commented 4 years ago

Hello again I was realized Xamarin Forms has not any prompt more than 2 buttons with title and messeage propeperties. One new feature may be very good for that. Thank you in advance.

maonaoda commented 2 years ago

Unlike iOS,only Android will omitte the title on ActionSheet

MattePozzy commented 3 months ago

Any ways to personalize the title of the ActionSheet on Android?