Quantcast
Channel: How do I make my AlertDialog display its text in monospace font? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by DSlomer64 for How do I make my AlertDialog display its text in...

Here's a nice look at what @rpfc made for me (and it doesn't require API 21):Method to show AlertDialog with a TextView _title and _message in MONOSPACE font:public void showCenteredInfoDialog(TextView...

View Article



Answer by piraces for How do I make my AlertDialog display its text in...

This should work for your problem. Add it in the TextView part:TextView messageView = (TextView)...

View Article

How do I make my AlertDialog display its text in monospace font?

Here's where I display an AlertDialog: public void showCenteredInfoDialog(TextView _title, TextView _message) { _title.setGravity(Gravity.CENTER);...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images