diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-11-19 21:06:55 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-11-19 21:06:55 +0100 |
| commit | 32a3cab0f7ffe941fa8a4a4515fd444ca3052d28 (patch) | |
| tree | bd183a02ddd40df56105aeff47dc03989dd406e6 /main/res/layout | |
| parent | 8b7cad1b798f20f00dfb7667eead71d456fb49fc (diff) | |
| download | cgeo-32a3cab0f7ffe941fa8a4a4515fd444ca3052d28.zip cgeo-32a3cab0f7ffe941fa8a4a4515fd444ca3052d28.tar.gz cgeo-32a3cab0f7ffe941fa8a4a4515fd444ca3052d28.tar.bz2 | |
fix #2175: Navigation for walking
* split navigation into two different apps (driving and walking)
* also split the maps directions into separate app and removed option
from the settings screen
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/init.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml index 8450ff8..c09ac30 100644 --- a/main/res/layout/init.xml +++ b/main/res/layout/init.xml @@ -527,26 +527,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" > - <CheckBox android:id="@+id/gnav" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="left" - android:padding="1px" - android:gravity="center" /> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:gravity="left" - android:paddingRight="3dip" - android:textSize="14dip" - android:textColor="?text_color" - android:text="@string/init_nav" /> - </LinearLayout> - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" > <CheckBox android:id="@+id/livelist" android:layout_width="wrap_content" android:layout_height="wrap_content" |
