After removing the TextView setting lineSpacingExtra, the last line is blank.
4.4 or less / Most domestic ROM all Android version.
After TextView sets lineSpacingExtra:
- There will be no extra white space at the bottom of a single line of text
- Multi-line text will have extra white space on the last line, affecting the layout of the below TextView control
Delete the extra blank from the last line of the TextView
<com.imuxuan.en.LastLineNoSpaceTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:lineSpacingExtra="5dp"
android:textSize="17sp" />