0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 20:03:06 +02:00

Limit history items to one line

And ellipsize content if longer.
This commit is contained in:
Markus Fisch 2020-03-14 19:47:45 +01:00
parent 05ec77da27
commit 420a4cbad3

View File

@ -28,6 +28,8 @@
android:layout_height="wrap_content"
android:layout_below="@+id/time"
android:layout_marginTop="4dp"
android:maxLines="1"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorPrimary"
android:typeface="monospace"/>