forked from mirror/monocles_chat
Make contact name selectable
This commit is contained in:
parent
6bfb51925b
commit
f17001954c
1 changed files with 1 additions and 2 deletions
|
@ -53,10 +53,9 @@
|
|||
android:id="@+id/details_contact_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true"
|
||||
android:textIsSelectable="true"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_horizontal"
|
||||
android:onClick="onClick"
|
||||
android:paddingTop="1dp"
|
||||
android:scrollHorizontally="true"
|
||||
android:singleLine="true"
|
||||
|
|
Loading…
Reference in a new issue