From 5bbaf889728035a2bc2bf4704339a98f62a510e5 Mon Sep 17 00:00:00 2001 From: Marcus Wolschon Date: Mon, 27 Sep 2010 11:59:17 +0000 Subject: [PATCH] elipsis at front with long subfolder-pathes. (Only the last part of the path is interesting) --- res/layout/folder_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/folder_list_item.xml b/res/layout/folder_list_item.xml index 209d06b27..b452f8b03 100644 --- a/res/layout/folder_list_item.xml +++ b/res/layout/folder_list_item.xml @@ -29,7 +29,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" - android:ellipsize="end" + android:ellipsize="start" android:textColor="?android:attr/textColorPrimary" android:textAppearance="?android:attr/textAppearanceLarge" />