aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cache.xml')
-rw-r--r--main/res/layout/cache.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cache.xml b/main/res/layout/cache.xml
index 45703fb..bc109cf 100644
--- a/main/res/layout/cache.xml
+++ b/main/res/layout/cache.xml
@@ -71,7 +71,7 @@
android:layout_marginTop="1dip"
android:layout_marginBottom="1dip"
android:layout_marginRight="30dip" >
- <view class="cgeo.geocaching.cgDistanceView"
+ <view class="cgeo.geocaching.ui.DistanceView"
android:id="@+id/distance"
android:layout_width="78dip"
android:layout_height="wrap_content"
@@ -84,7 +84,7 @@
android:textSize="16dip"
android:textColor="?text_color"
android:gravity="center" />
- <view class="cgeo.geocaching.cgCompassMini"
+ <view class="cgeo.geocaching.ui.CompassMiniView"
android:id="@+id/direction"
android:layout_width="78dip"
android:layout_height="28px"