Is it possible to have a multi-line title in an Android alert dialog? I tried a couple of solutions posted here but none worked for me. I always end up with the title showing 3 dots (…) string for title.
Any sample code or working example regarding the same would be highly appreciated.
Is it possible to have a multi-line title in an Android alert dialog? I
Share
If you are using alert dialog then title can contain maximum 2 line, else you have to go with custom Dialog.