diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-03-01 20:10:23 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-03-01 20:10:23 +0100 |
| commit | 8dd9e40045bc67bb0f16f1e5e8ec024aab467236 (patch) | |
| tree | 661dda776737bd040e135584f23fa8dda1dae259 | |
| parent | ae8b55b72846248256639aebd1ededc6a79e81df (diff) | |
| download | cgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.zip cgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.tar.gz cgeo-8dd9e40045bc67bb0f16f1e5e8ec024aab467236.tar.bz2 | |
fix #3632: No Swipe on cache details
| -rw-r--r-- | main/res/layout/cache_information_item.xml | 3 |
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" |
