aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-09-04 20:51:06 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-09-04 20:51:06 +0200
commitbd9ab606aaa438eeac4aefc80d21e095b9b49e1b (patch)
treec4e3903bbd8493921444aa5d32a3cd2847acbc6e /main/res/layout
parentd11b31de283d3feea2721786a0d4643b91be5cf7 (diff)
downloadcgeo-bd9ab606aaa438eeac4aefc80d21e095b9b49e1b.zip
cgeo-bd9ab606aaa438eeac4aefc80d21e095b9b49e1b.tar.gz
cgeo-bd9ab606aaa438eeac4aefc80d21e095b9b49e1b.tar.bz2
fix #4252: allow logging from compass of waypoint
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/compass_activity.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/main/res/layout/compass_activity.xml b/main/res/layout/compass_activity.xml
index 914a17a..f618d71 100644
--- a/main/res/layout/compass_activity.xml
+++ b/main/res/layout/compass_activity.xml
@@ -20,7 +20,8 @@
android:layout_gravity="center"
android:text="@null"
android:textColor="?text_color"
- android:textSize="14sp" />
+ android:textSize="14sp"
+ tools:text="Destination coordinates" />
<TextView
android:id="@+id/cacheinfo"
@@ -29,7 +30,8 @@
android:layout_gravity="center"
android:text="@null"
android:textColor="?text_color"
- android:textSize="14sp" />
+ android:textSize="14sp"
+ tools:text="Cache information (D/T/S)" />
<RelativeLayout
android:layout_width="fill_parent"
@@ -44,7 +46,8 @@
android:layout_marginLeft="3dip"
android:text="@null"
android:textColor="?text_color"
- android:textSize="26sp" />
+ android:textSize="26sp"
+ tools:text="123°" />
<TextView
android:id="@+id/distance"
@@ -55,7 +58,8 @@
android:layout_marginRight="3dip"
android:text="@null"
android:textColor="?text_color"
- android:textSize="26sp" />
+ android:textSize="26sp"
+ tools:text="123 km" />
</RelativeLayout>
</LinearLayout>