diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-07-05 18:52:51 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-07-05 18:52:51 +0200 |
| commit | 85f5277e6e4780960b8e028f8a8b717d121ac3be (patch) | |
| tree | 36f047dc47dc05aa86edd505a2c486db2ec0007d /main/res/layout | |
| parent | f4a05a82e889609a743cdb9198b9edf6734fbfe9 (diff) | |
| download | cgeo-85f5277e6e4780960b8e028f8a8b717d121ac3be.zip cgeo-85f5277e6e4780960b8e028f8a8b717d121ac3be.tar.gz cgeo-85f5277e6e4780960b8e028f8a8b717d121ac3be.tar.bz2 | |
fix #2057
* can be reproduced in my emulator with GCH8T5
Diffstat (limited to 'main/res/layout')
| -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"
|
