Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] Is it possible to set long title for ActionSheet on Android
Description
Hello, DisplayActionSheet long title seems cropped from end? Is there any way to fix that? Thank you in advance.
Screenshots

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
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.
Unlike iOS,only Android will omitte the title on ActionSheet
Any ways to personalize the title of the ActionSheet on Android?