1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

elipsis at front with long subfolder-pathes.

(Only the last part of the path is interesting)
This commit is contained in:
Marcus Wolschon 2010-09-27 11:59:17 +00:00
parent 49d2618f99
commit 5bbaf88972

View File

@ -29,7 +29,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:singleLine="true" android:singleLine="true"
android:ellipsize="end" android:ellipsize="start"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textAppearance="?android:attr/textAppearanceLarge" /> android:textAppearance="?android:attr/textAppearanceLarge" />