From 8dd9e40045bc67bb0f16f1e5e8ec024aab467236 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 1 Mar 2014 20:10:23 +0100 Subject: fix #3632: No Swipe on cache details --- main/res/layout/cache_information_item.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/res') diff --git a/main/res/layout/cache_information_item.xml b/main/res/layout/cache_information_item.xml index 5d53340..1b766e4 100644 --- a/main/res/layout/cache_information_item.xml +++ b/main/res/layout/cache_information_item.xml @@ -16,8 +16,7 @@ android:ellipsize="end" android:gravity="right" android:lines="1" - android:scrollHorizontally="true" - android:singleLine="true" + android:scrollHorizontally="false" android:text="@null" android:textColor="?text_color_headline" android:textIsSelectable="false" -- cgit v1.1