7

Needed to display two strings on separate lines. Instead of creating 2 views and setting their data, I concatenated the strings with "\n" in between and displayed it in one text view

Comments
  • 2
    Would be hillarious if you needed to change second line during runtime and instead of creating another textview you would use String replace util
Add Comment