diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-12-29 18:25:11 +0100 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-12-29 18:25:11 +0100 |
| commit | 3c1056ad0f129211f5598fded4ca2f8ffe77ef94 (patch) | |
| tree | fc8343bcaf5be15263c4e03c777a356542f400a2 /main/res | |
| parent | bd1bc59681f6597cf030376825a82f9aeed24d79 (diff) | |
| download | cgeo-3c1056ad0f129211f5598fded4ca2f8ffe77ef94.zip cgeo-3c1056ad0f129211f5598fded4ca2f8ffe77ef94.tar.gz cgeo-3c1056ad0f129211f5598fded4ca2f8ffe77ef94.tar.bz2 | |
#3449: revert debug change
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/cachedetail_description_page.xml | 4 |
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 8325798..dba6789 100644 --- a/main/res/layout/cachedetail_description_page.xml +++ b/main/res/layout/cachedetail_description_page.xml @@ -11,7 +11,7 @@ <!-- Short description -->
- <TextView
+ <cgeo.geocaching.ui.IndexOutOfBoundsAvoidingTextView
android:id="@+id/shortdesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -25,7 +25,7 @@ <!-- Long description -->
- <TextView
+ <cgeo.geocaching.ui.IndexOutOfBoundsAvoidingTextView
android:id="@+id/longdesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
|
