aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'main/res')
-rw-r--r--main/res/drawable-hdpi/marker_disabled_oc.pngbin0 -> 2266 bytes
-rw-r--r--main/res/drawable-hdpi/marker_disabled_other.pngbin0 -> 2239 bytes
-rw-r--r--main/res/drawable-hdpi/marker_oc.pngbin0 -> 2406 bytes
-rw-r--r--main/res/drawable-hdpi/marker_other.pngbin0 -> 2346 bytes
-rw-r--r--main/res/drawable-mdpi/marker_disabled_oc.pngbin0 -> 2897 bytes
-rw-r--r--main/res/drawable-mdpi/marker_disabled_other.pngbin0 -> 2911 bytes
-rw-r--r--main/res/drawable-mdpi/marker_oc.pngbin0 -> 2511 bytes
-rw-r--r--main/res/drawable-mdpi/marker_other.pngbin0 -> 2468 bytes
-rw-r--r--main/res/layout/init.xml22
-rw-r--r--main/res/values/strings.xml4
10 files changed, 26 insertions, 0 deletions
diff --git a/main/res/drawable-hdpi/marker_disabled_oc.png b/main/res/drawable-hdpi/marker_disabled_oc.png
new file mode 100644
index 0000000..b759bbf
--- /dev/null
+++ b/main/res/drawable-hdpi/marker_disabled_oc.png
Binary files differ
diff --git a/main/res/drawable-hdpi/marker_disabled_other.png b/main/res/drawable-hdpi/marker_disabled_other.png
new file mode 100644
index 0000000..748c3c6
--- /dev/null
+++ b/main/res/drawable-hdpi/marker_disabled_other.png
Binary files differ
diff --git a/main/res/drawable-hdpi/marker_oc.png b/main/res/drawable-hdpi/marker_oc.png
new file mode 100644
index 0000000..96f2987
--- /dev/null
+++ b/main/res/drawable-hdpi/marker_oc.png
Binary files differ
diff --git a/main/res/drawable-hdpi/marker_other.png b/main/res/drawable-hdpi/marker_other.png
new file mode 100644
index 0000000..94e170b
--- /dev/null
+++ b/main/res/drawable-hdpi/marker_other.png
Binary files differ
diff --git a/main/res/drawable-mdpi/marker_disabled_oc.png b/main/res/drawable-mdpi/marker_disabled_oc.png
new file mode 100644
index 0000000..36f2d5b
--- /dev/null
+++ b/main/res/drawable-mdpi/marker_disabled_oc.png
Binary files differ
diff --git a/main/res/drawable-mdpi/marker_disabled_other.png b/main/res/drawable-mdpi/marker_disabled_other.png
new file mode 100644
index 0000000..52ae651
--- /dev/null
+++ b/main/res/drawable-mdpi/marker_disabled_other.png
Binary files differ
diff --git a/main/res/drawable-mdpi/marker_oc.png b/main/res/drawable-mdpi/marker_oc.png
new file mode 100644
index 0000000..03e1fe7
--- /dev/null
+++ b/main/res/drawable-mdpi/marker_oc.png
Binary files differ
diff --git a/main/res/drawable-mdpi/marker_other.png b/main/res/drawable-mdpi/marker_other.png
new file mode 100644
index 0000000..2456d82
--- /dev/null
+++ b/main/res/drawable-mdpi/marker_other.png
Binary files differ
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml
index 289e276..28e0a3c 100644
--- a/main/res/layout/init.xml
+++ b/main/res/layout/init.xml
@@ -60,6 +60,28 @@
<RelativeLayout style="@style/separator_horizontal_layout" >
<View style="@style/separator_horizontal" />
<TextView style="@style/separator_horizontal_headline"
+ android:text="@string/init_oc" />
+ </RelativeLayout>
+ <CheckBox android:id="@+id/oc_option"
+ style="@style/checkbox_full"
+ android:text="@string/init_oc_activate" />
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="10dip"
+ android:layout_marginRight="10dip"
+ android:layout_marginBottom="5dip"
+ android:padding="3dip"
+ android:textSize="14sp"
+ android:textColor="?text_color"
+ android:text="@string/init_oc_username_description" />
+ <EditText style="@style/edittext_full"
+ android:id="@+id/oc_username"
+ android:hint="@string/init_oc_username" />
+<!-- ** -->
+ <RelativeLayout style="@style/separator_horizontal_layout" >
+ <View style="@style/separator_horizontal" />
+ <TextView style="@style/separator_horizontal_headline"
android:text="@string/init_gcvote" />
</RelativeLayout>
<EditText style="@style/edittext_full"
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 976a253..814b91e 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -343,6 +343,10 @@
<!-- init -->
<string name="init_geocaching">Geocaching.com</string>
+ <string name="init_oc">opencaching.de</string>
+ <string name="init_oc_activate">Activate opencaching.de on live-map and in searches</string>
+ <string name="init_oc_username_description">Enter your opencaching.de user name in order to allow marking your finds.</string>
+ <string name="init_oc_username">Enter your user name</string>
<string name="init_gcvote">GCvote.com</string>
<string name="init_twitter">Twitter</string>
<string name="init_username">Username</string>