Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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

Open
kerberosargos opened this issue Jul 17, 2020 · 4 comments
Open

Comments

@kerberosargos
Copy link

kerberosargos commented Jul 17, 2020

Description

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

Screenshots

Screenshot_1594992614

@kerberosargos kerberosargos added s/unverified New report that has yet to be verified t/bug 🐛 labels Jul 17, 2020
@jsuarezruiz jsuarezruiz removed the s/unverified New report that has yet to be verified label Jul 17, 2020
@jsuarezruiz
Copy link
Contributor

We could use setCustomTitle method from the AlertDialog builder and use a TextView:

builder.SetTitle(arguments.Title);

@kerberosargos
Copy link
Author

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.

@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
@maonaoda
Copy link

Unlike iOS,only Android will omitte the title on ActionSheet

@MattePozzy
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants