I have a Single TextView
it has a text Namanpeet Kaur commented on your item thread bangles
How to reduce the spacing between the lines...
Layout:
<TextView
android:id="@+id/txt_description"
style="@style/chatMessageUserMsg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="left"
android:lineSpacingMultiplier="0.8"
android:textColor="@color/clr_txt_description"
android:textSize="14sp"
android:visibility="visible" />
Already tried: padding between TextView lines