adafruit / Bluefruit_LE_Connect_Android_V2

Bluefruit LE Connect Android source code (V2)
MIT License
92 stars 76 forks source link

monospace font for the Uart TextView #16

Open nmorse opened 3 years ago

nmorse commented 3 years ago

Data columns with alpha characters mixed in don't line-up vertically with a variable width font.

Shouldn't "monospace" be standard in a terminal?

nmorse commented 3 years ago

something like .setTypeface(Typeface.create("monospace",Typeface.NORMAL));

brendanmatkin commented 2 years ago

I'd like to +1 this! Minor but so handy for printing out lists of stuff.