-4

string.xml file screenshot of android studio

Design of app screenshot

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
  • 1
    Explain your problem in the question itself, not in the title. Ang give more details. –  Feb 27 '18 at 19:03
  • And don't use images in place of code. – Phantômaxx Feb 27 '18 at 19:08
  • 1
    Possible duplicate of [String Resource new line /n not possible?](https://stackoverflow.com/questions/5460256/string-resource-new-line-n-not-possible) –  Feb 27 '18 at 19:08

1 Answers1

0

I used \n and it worked without any problem

<string name="example_new_line">First line\nSecond line</string>

hope it helps