Issue
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.
Solution
If you are using alert dialog then title can contain maximum 2 line, else you have to go with custom Dialog.
Answered By - ShineDown
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.