diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 20:12:33 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 20:12:33 +0200 |
| commit | ab11c1f8f81c6e9e24f51642d4c3d390a2d40394 (patch) | |
| tree | 495ab9a0eeb032c6ee34e6a662327bf5a9fdc63a /main/res | |
| parent | 37ccdae86a0d14889867cbdbf6f788fc91b02d37 (diff) | |
| download | cgeo-ab11c1f8f81c6e9e24f51642d4c3d390a2d40394.zip cgeo-ab11c1f8f81c6e9e24f51642d4c3d390a2d40394.tar.gz cgeo-ab11c1f8f81c6e9e24f51642d4c3d390a2d40394.tar.bz2 | |
list all waypoints as navigation target in compass
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/compass_activity.xml | 2 | ||||
| -rw-r--r-- | main/res/menu/compass_activity_options.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/main/res/layout/compass_activity.xml b/main/res/layout/compass_activity.xml index ab1fe6d..914a17a 100644 --- a/main/res/layout/compass_activity.xml +++ b/main/res/layout/compass_activity.xml @@ -18,6 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" + android:text="@null" android:textColor="?text_color" android:textSize="14sp" /> @@ -26,6 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" + android:text="@null" android:textColor="?text_color" android:textSize="14sp" /> diff --git a/main/res/menu/compass_activity_options.xml b/main/res/menu/compass_activity_options.xml index 30861dd..59c0b36 100644 --- a/main/res/menu/compass_activity_options.xml +++ b/main/res/menu/compass_activity_options.xml @@ -25,6 +25,7 @@ android:id="@+id/menu_select_destination" android:icon="@drawable/ic_menu_myplaces" android:title="@string/destination_select" + android:visible="false" app:showAsAction="ifRoom|withText"> <menu /> <!-- filled dynamically --> </item> @@ -43,7 +44,7 @@ android:id="@+id/menu_compass_sensor_magnetic" android:title="@string/use_compass"> </item> - </group> + </group> </menu> </item> |
