diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-17 18:22:56 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-17 18:22:56 +0100 |
| commit | e7ce767a011eaac66bbc3f3ea1702840d5e9c32c (patch) | |
| tree | 2356e69a3cc3078272c256b8006166ff531d33a3 /main/res/layout | |
| parent | acf18b5409bf917f212f07d11516105f21b4d704 (diff) | |
| download | cgeo-e7ce767a011eaac66bbc3f3ea1702840d5e9c32c.zip cgeo-e7ce767a011eaac66bbc3f3ea1702840d5e9c32c.tar.gz cgeo-e7ce767a011eaac66bbc3f3ea1702840d5e9c32c.tar.bz2 | |
fix #3470: map: unsure coords popup checkbox hidden
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/livemapinfo.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/res/layout/livemapinfo.xml b/main/res/layout/livemapinfo.xml index 1b1e9ea..889febc 100644 --- a/main/res/layout/livemapinfo.xml +++ b/main/res/layout/livemapinfo.xml @@ -19,13 +19,6 @@ android:textColor="?text_color" android:textSize="14sp" /> - <CheckBox - android:id="@+id/live_map_hint_hide" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="left" - android:text="@string/live_map_note_dontshow" - android:visibility="gone" /> </LinearLayout> </ScrollView>
\ No newline at end of file |
