aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-03-01 20:10:23 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-03-01 20:10:23 +0100
commit8dd9e40045bc67bb0f16f1e5e8ec024aab467236 (patch)
tree661dda776737bd040e135584f23fa8dda1dae259 /main/res/layout
parentae8b55b72846248256639aebd1ededc6a79e81df (diff)
downloadcgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.zip
cgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.tar.gz
cgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.tar.bz2
fix #3632: No Swipe on cache details
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cache_information_item.xml3
1 files changed, 1 insertions, 2 deletions
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"