How to Add Extra Space Below a TextView
1. Add a TextView to the activity_main.xml file.
2. While in the activity_main.xml file, add the below line to the TextView you would like to add extra spacing below.
<TextView
....
android:lineSpacingExtra="20dp"
/>
3. Compile and run!
Resources:
http://stackoverflow.com/questions/11575425/textview-linespacingmultiplier-less-than-zero-chops-last-line