Fix issue with author names getting cut off.

This commit is contained in:
Greyson Parrelli 2018-07-27 16:31:39 -04:00
parent faea8fd2ec
commit 76428bd19b

View File

@ -74,9 +74,8 @@
<TextView
android:id="@+id/group_message_sender"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="4sp"
android:layout_marginEnd="4sp"
style="@style/Signal.Text.Preview"
@ -89,9 +88,8 @@
<TextView
android:id="@+id/group_message_sender_profile"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingRight="4sp"
android:paddingLeft="4sp"
style="@style/Signal.Text.Preview"