Skip to content
Snippets Groups Projects
Verified Commit c2788507 authored by Torsten Grote's avatar Torsten Grote
Browse files

Ellipzise long contact names in ConversationActivity

Fixes #1078
parent 6557d564
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,10 @@
android:layout_marginLeft="@dimen/margin_medium"
android:layout_marginStart="@dimen/margin_medium"
android:gravity="center"
android:maxLines="1"
android:ellipsize="end"
android:textColor="@color/action_bar_text"
tools:text="Contact Name"/>
tools:text="Contact Name of someone who chose a long name"/>
</LinearLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment