aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-12-28 10:18:24 +0100
committerBananeweizen <Bananeweizen@gmx.de>2013-12-28 10:18:24 +0100
commit8a4a97f46ac02d7475a4a9532cb3b80800dcda90 (patch)
tree4d4d22ccf07a70ed5ebe27427e2da8cb0be1b600 /main/res
parent3fed37273133841a9d110a7acf6b209c0cfc8f20 (diff)
downloadcgeo-8a4a97f46ac02d7475a4a9532cb3b80800dcda90.zip
cgeo-8a4a97f46ac02d7475a4a9532cb3b80800dcda90.tar.gz
cgeo-8a4a97f46ac02d7475a4a9532cb3b80800dcda90.tar.bz2
#3449: debug change
This change needs to be reverted after it has been tested by the affected users, as it disables the fix for #2057.
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/cachedetail_description_page.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cachedetail_description_page.xml b/main/res/layout/cachedetail_description_page.xml
index dba6789..8325798 100644
--- a/main/res/layout/cachedetail_description_page.xml
+++ b/main/res/layout/cachedetail_description_page.xml
@@ -11,7 +11,7 @@
<!-- Short description -->
- <cgeo.geocaching.ui.IndexOutOfBoundsAvoidingTextView
+ <TextView
android:id="@+id/shortdesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -25,7 +25,7 @@
<!-- Long description -->
- <cgeo.geocaching.ui.IndexOutOfBoundsAvoidingTextView
+ <TextView
android:id="@+id/longdesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"