Add spacing between lines in ruby view
app/src/main/res/layout/layout_result.xml
29 | 29 | android:textAlignment="center" | |
30 | 30 | android:contentDescription="@string/kanji_description" | |
31 | 31 | android:textIsSelectable="true" | |
32 | + | android:lineSpacingExtra="8sp" | |
33 | + | app:lineSpacingExtra="8sp" | |
32 | 34 | android:textSize="@dimen/title_size" | |
33 | 35 | app:rubyTextSize="@dimen/normal_size" | |
34 | 36 | android:gravity="center_horizontal" /> |