aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-03-14 14:35:49 +0100
committerrsudev <rasch@munin-soft.de>2013-05-26 11:53:28 +0200
commit501e20d99421591e80ffc80c81666134004acec8 (patch)
treec71faae0d216bef08411373857e257bba038e32b /main/res
parentd906417b97a3db54c3691019f892a83558e7078b (diff)
downloadcgeo-501e20d99421591e80ffc80c81666134004acec8.zip
cgeo-501e20d99421591e80ffc80c81666134004acec8.tar.gz
cgeo-501e20d99421591e80ffc80c81666134004acec8.tar.bz2
Implements a check-box for gc-de/activation for livemap and searches
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/init.xml29
1 files changed, 27 insertions, 2 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml
index 2ee8a6b..adeda1a 100644
--- a/main/res/layout/init.xml
+++ b/main/res/layout/init.xml
@@ -28,7 +28,32 @@
style="@style/separator_horizontal_headline"
android:text="@string/init_geocaching" />
</RelativeLayout>
-
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="3dip"
+ android:orientation="horizontal"
+ android:padding="3dip" >
+
+ <CheckBox android:id="@+id/gc_option"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="left"
+ android:padding="1dip"
+ android:gravity="center" />
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:gravity="left"
+ android:paddingRight="3dip"
+ android:textSize="14sp"
+ android:textColor="?text_color"
+ android:text="@string/init_gc_activate" />
+ </LinearLayout>
+
<TextView
android:id="@+id/legal_note"
android:layout_width="wrap_content"
@@ -824,4 +849,4 @@
</LinearLayout>
</ScrollView>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>