Fixed ellipsing in edit window

This commit is contained in:
Ziver Koc 2014-08-08 16:52:19 +02:00
parent 313056da11
commit a666888ef8

View file

@ -41,7 +41,7 @@
android:text="Description"
android:layout_below="@+id/title"
android:ellipsize="end"
android:maxLines="1"
android:singleLine="true"
android:layout_toRightOf="@+id/draggable"
android:layout_toLeftOf="@+id/warning"/>