So I display an action sheet on iOS and Android in my app, giving the user various options for how to proceed. I use the Action Sheet because the choice is not binary, as an Alert would do. However, the message/title is a little longer than usual.
On iOS, the Action Sheet just expands to allow all the text to show.
On an Android phone, the text is simply truncated to two lines and given ellipses, with no apparent way to see the full text.
Is there a way to have the Android version show more of the text, or change the size of the text so more would fit in the allotted space?