I just did this TextView, it works great.
<TextView android:id="@+id/txtWelcome" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:gravity="center" android:text="@string/activation" android:lineSpacingMultiplier="1.5" android:textAppearance="@style/CleverFingerThemeLarge" android:textColor="@color/DFTextColor" />
If I put android: lineSpacingExtra = "20dp"
I get more space between the lines.
In my example, @ string / activation = is text with multiple lines.
Shanewaj
source share