aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2011-12-03 13:54:16 +0100
committerSammysHP <sven@sammyshp.de>2011-12-03 13:54:16 +0100
commit0c22235950d17dcae886424810eafd67a40c3ad4 (patch)
tree2624cce09a3ac246da7202d058fd1ad639b0b906 /main/res
parent1bece437a2e2d0674f95a684469f59580c286e3e (diff)
downloadcgeo-0c22235950d17dcae886424810eafd67a40c3ad4.zip
cgeo-0c22235950d17dcae886424810eafd67a40c3ad4.tar.gz
cgeo-0c22235950d17dcae886424810eafd67a40c3ad4.tar.bz2
Remove cgeowaypoint from CacheDetailActivity and use context menu for click-listener.
cgeowaypoint cannot be removed at the moment because it is used as popup in CachesOverlay.
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/waypoint_item.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/main/res/layout/waypoint_item.xml b/main/res/layout/waypoint_item.xml
index 5318864..374c3ed 100644
--- a/main/res/layout/waypoint_item.xml
+++ b/main/res/layout/waypoint_item.xml
@@ -2,8 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:paddingBottom="12dip"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingBottom="12dip" >
<TextView
android:id="@+id/name"
@@ -23,7 +23,22 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?text_color_headline"
- android:textSize="12dip" />
+ android:textSize="12dip"
+ android:visibility="gone" />
+
+ <TextView
+ android:id="@+id/coordinates"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="left"
+ android:layout_marginLeft="12dip"
+ android:ellipsize="marquee"
+ android:lines="1"
+ android:scrollHorizontally="true"
+ android:singleLine="true"
+ android:textColor="?text_color_headline"
+ android:textSize="12dip"
+ android:visibility="gone" />
<TextView
android:id="@+id/note"