aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2013-05-17 15:07:16 +0200
committerSammysHP <sven@sammyshp.de>2013-05-17 15:07:16 +0200
commit018ba7e4517c279120b21ce60d5194fe05894c89 (patch)
treed674c7772a84d0eeded04200a7e4d8f7bbaac6e3 /main/res/layout
parent8fa458435bf815b86af13207373d48a25471cc82 (diff)
downloadcgeo-018ba7e4517c279120b21ce60d5194fe05894c89.zip
cgeo-018ba7e4517c279120b21ce60d5194fe05894c89.tar.gz
cgeo-018ba7e4517c279120b21ce60d5194fe05894c89.tar.bz2
Revert "Merge pull request #2739 from campbeb/fix_overdraw"
This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/about_activity.xml1
-rw-r--r--main/res/layout/addresses.xml1
-rw-r--r--main/res/layout/addresses_item.xml1
-rw-r--r--main/res/layout/caches.xml1
-rw-r--r--main/res/layout/caches_item.xml4
-rw-r--r--main/res/layout/cacheview.xml1
-rw-r--r--main/res/layout/edit_waypoint_activity.xml1
-rw-r--r--main/res/layout/gpx.xml1
-rw-r--r--main/res/layout/gpx_item.xml1
-rw-r--r--main/res/layout/init.xml1
-rw-r--r--main/res/layout/mapfile_item.xml1
-rw-r--r--main/res/layout/navigate.xml1
-rw-r--r--main/res/layout/point.xml1
-rw-r--r--main/res/layout/search.xml1
-rw-r--r--main/res/layout/simple_dir_chooser.xml1
-rw-r--r--main/res/layout/simple_dir_item.xml1
-rw-r--r--main/res/layout/spoilers.xml1
-rw-r--r--main/res/layout/touch.xml1
-rw-r--r--main/res/layout/trackable_activity.xml1
-rw-r--r--main/res/layout/useful_apps_activity.xml1
-rw-r--r--main/res/layout/visit.xml1
-rw-r--r--main/res/layout/visit_image.xml1
22 files changed, 24 insertions, 1 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml
index 891f989..3f4ca00 100644
--- a/main/res/layout/about_activity.xml
+++ b/main/res/layout/about_activity.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar"/>
diff --git a/main/res/layout/addresses.xml b/main/res/layout/addresses.xml
index 9bd06db..08f5bc1 100644
--- a/main/res/layout/addresses.xml
+++ b/main/res/layout/addresses.xml
@@ -11,6 +11,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="0dip"
+ android:background="?background_color"
android:cacheColorHint="?background_color"
android:dividerHeight="1dip"
android:padding="0dip" />
diff --git a/main/res/layout/addresses_item.xml b/main/res/layout/addresses_item.xml
index 5d4b1ce..3ea27ff 100644
--- a/main/res/layout/addresses_item.xml
+++ b/main/res/layout/addresses_item.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="3dip"
+ android:background="?background_color"
android:orientation="vertical"
android:paddingBottom="7dip"
android:paddingLeft="5dip"
diff --git a/main/res/layout/caches.xml b/main/res/layout/caches.xml
index 4ae9227..5c3abbc 100644
--- a/main/res/layout/caches.xml
+++ b/main/res/layout/caches.xml
@@ -35,6 +35,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="0dip"
+ android:background="?background_color"
android:cacheColorHint="?background_color"
android:dividerHeight="1dip"
android:padding="0dip"
diff --git a/main/res/layout/caches_item.xml b/main/res/layout/caches_item.xml
index 6f06a85..d4e7b27 100644
--- a/main/res/layout/caches_item.xml
+++ b/main/res/layout/caches_item.xml
@@ -3,7 +3,8 @@
xmlns:cc="http://schemas.android.com/apk/res/cgeo.geocaching"
android:id="@+id/one_cache"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
+ android:layout_height="wrap_content"
+ android:background="?background_color" >
<!-- selection mode checkbox -->
@@ -165,6 +166,7 @@
android:layout_centerHorizontal="true"
android:layout_gravity="center"
android:layout_marginTop="22dip"
+ android:background="?favorite"
android:ellipsize="marquee"
android:gravity="center"
android:lines="1"
diff --git a/main/res/layout/cacheview.xml b/main/res/layout/cacheview.xml
index 7a227ba..44765dc 100644
--- a/main/res/layout/cacheview.xml
+++ b/main/res/layout/cacheview.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res/cgeo.geocaching"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<LinearLayout style="@style/action_bar" >
diff --git a/main/res/layout/edit_waypoint_activity.xml b/main/res/layout/edit_waypoint_activity.xml
index eaef36c..657e9f4 100644
--- a/main/res/layout/edit_waypoint_activity.xml
+++ b/main/res/layout/edit_waypoint_activity.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/gpx.xml b/main/res/layout/gpx.xml
index 9bd06db..08f5bc1 100644
--- a/main/res/layout/gpx.xml
+++ b/main/res/layout/gpx.xml
@@ -11,6 +11,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="0dip"
+ android:background="?background_color"
android:cacheColorHint="?background_color"
android:dividerHeight="1dip"
android:padding="0dip" />
diff --git a/main/res/layout/gpx_item.xml b/main/res/layout/gpx_item.xml
index c024b9a..df735bc 100644
--- a/main/res/layout/gpx_item.xml
+++ b/main/res/layout/gpx_item.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="3dip"
+ android:background="?background_color"
android:orientation="vertical"
android:paddingBottom="7dip"
android:paddingLeft="5dip"
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml
index 65d007e..ab38fb6 100644
--- a/main/res/layout/init.xml
+++ b/main/res/layout/init.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/mapfile_item.xml b/main/res/layout/mapfile_item.xml
index 30bb8d9..c30315a 100644
--- a/main/res/layout/mapfile_item.xml
+++ b/main/res/layout/mapfile_item.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="3dip"
+ android:background="?background_color"
android:orientation="vertical"
android:paddingBottom="7dip"
android:paddingLeft="5dip"
diff --git a/main/res/layout/navigate.xml b/main/res/layout/navigate.xml
index f791d8d..ae51735 100644
--- a/main/res/layout/navigate.xml
+++ b/main/res/layout/navigate.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<RelativeLayout
diff --git a/main/res/layout/point.xml b/main/res/layout/point.xml
index 0f0d266..baa568c 100644
--- a/main/res/layout/point.xml
+++ b/main/res/layout/point.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/search.xml b/main/res/layout/search.xml
index 426e214..a0a699d 100644
--- a/main/res/layout/search.xml
+++ b/main/res/layout/search.xml
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/simple_dir_chooser.xml b/main/res/layout/simple_dir_chooser.xml
index d7d2322..7c9d95a 100644
--- a/main/res/layout/simple_dir_chooser.xml
+++ b/main/res/layout/simple_dir_chooser.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<LinearLayout
diff --git a/main/res/layout/simple_dir_item.xml b/main/res/layout/simple_dir_item.xml
index 57d6ae6..e268943 100644
--- a/main/res/layout/simple_dir_item.xml
+++ b/main/res/layout/simple_dir_item.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="horizontal" >
<CheckBox
diff --git a/main/res/layout/spoilers.xml b/main/res/layout/spoilers.xml
index 5a1463e..2027b7a 100644
--- a/main/res/layout/spoilers.xml
+++ b/main/res/layout/spoilers.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar"/>
diff --git a/main/res/layout/touch.xml b/main/res/layout/touch.xml
index 4425d95..61778ce 100644
--- a/main/res/layout/touch.xml
+++ b/main/res/layout/touch.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<LinearLayout style="@style/action_bar" >
diff --git a/main/res/layout/trackable_activity.xml b/main/res/layout/trackable_activity.xml
index df579b2..bcfb42d 100644
--- a/main/res/layout/trackable_activity.xml
+++ b/main/res/layout/trackable_activity.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res/cgeo.geocaching"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/useful_apps_activity.xml b/main/res/layout/useful_apps_activity.xml
index 0f8e1eb..84bcf39 100644
--- a/main/res/layout/useful_apps_activity.xml
+++ b/main/res/layout/useful_apps_activity.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
diff --git a/main/res/layout/visit.xml b/main/res/layout/visit.xml
index 2863429..7ffd630 100644
--- a/main/res/layout/visit.xml
+++ b/main/res/layout/visit.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<LinearLayout style="@style/action_bar" >
diff --git a/main/res/layout/visit_image.xml b/main/res/layout/visit_image.xml
index d2d1152..fd8eaea 100644
--- a/main/res/layout/visit_image.xml
+++ b/main/res/layout/visit_image.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?background_color"
android:orientation="vertical" >
<LinearLayout style="@style/action_bar" >