Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

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

Open kerberosargos opened this issue 5 years ago • 4 comments
trafficstars

Description

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

Screenshots

Screenshot_1594992614

kerberosargos avatar Jul 17 '20 13:07 kerberosargos

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

jsuarezruiz avatar Jul 17 '20 13:07 jsuarezruiz

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.

kerberosargos avatar Jul 18 '20 07:07 kerberosargos

Unlike iOS,only Android will omitte the title on ActionSheet

maonaoda avatar Jan 21 '22 07:01 maonaoda

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

MattePozzy avatar Apr 24 '24 07:04 MattePozzy