This isn't exactly a programming question, but it's a question specifically about Android Studio.
I am working on a song lyrics app, and I am I have been asked to add the chords to songs, which is what I am doing. So I have the songs formatted in the following way; I have chords on 1 line, and lyrics on the next. In order to have the chords and lyrics show up properly, I need the chord line to be the exact same length as the lyrics line. This usually includes adding a few spaces at the end of the chord line, to match the length. But I noticed that Android Studio automatically erases all the necessary spaces at the end.
Any suggestions on what I could do??