How to Underline Text on Android: Simple Methods
Need to underline text on Android? Use the simplest method: apply a TextView’s underline flag in code or enable underline via a TextView’s style—fast, reliable, and perfect for static UI text. If you must underline only part of a sentence, switch to a SpannableString and underline the specific range. Underlining text on Android is easiest...