diff options
| author | rsudev <rasch@munin-soft.de> | 2013-03-29 18:18:18 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-03-29 18:18:18 +0100 |
| commit | f28a7a362c5975f5a1d13388920ceeb522873f9f (patch) | |
| tree | d66952b3b4911b844a7e85a126fae2da0d3f4067 /main/res | |
| parent | 23fdc381fb5bb2a147015f7168f31b9baedf8478 (diff) | |
| parent | 7d23bd5da5770645843f0dd11d89ea75db860de2 (diff) | |
| download | cgeo-f28a7a362c5975f5a1d13388920ceeb522873f9f.zip cgeo-f28a7a362c5975f5a1d13388920ceeb522873f9f.tar.gz cgeo-f28a7a362c5975f5a1d13388920ceeb522873f9f.tar.bz2 | |
Merge remote-tracking branch 'upstream/release' into currdev
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout-land/navigate.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/about_activity.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/cacheview.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/edit_waypoint_activity.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/init.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/navigate.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/point.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/search.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/simple_dir_chooser.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/touch.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/trackable_activity.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/useful_apps.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/visit.xml | 1 | ||||
| -rw-r--r-- | main/res/layout/visit_image.xml | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml index 5897f65..aa8b2b4 100644 --- a/main/res/layout-land/navigate.xml +++ b/main/res/layout-land/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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml index a872501..9325ea0 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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/cacheview.xml b/main/res/layout/cacheview.xml index 3dcf9d8..89d7152 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 92a8c75..3fbd19e 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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml index a1fd3ae..26137fc 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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/navigate.xml b/main/res/layout/navigate.xml index 2819f21..0c95958 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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/point.xml b/main/res/layout/point.xml index ec34f85..3c133d8 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" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/layout/search.xml b/main/res/layout/search.xml index c3097db..6d0bf91 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" > <LinearLayout style="@style/action_bar" > 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/touch.xml b/main/res/layout/touch.xml index 065ef0e..09a8033 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 edc69e6..fe61409 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" >
<LinearLayout style="@style/action_bar" >
diff --git a/main/res/layout/useful_apps.xml b/main/res/layout/useful_apps.xml index a3d4f87..2a3d14e 100644 --- a/main/res/layout/useful_apps.xml +++ b/main/res/layout/useful_apps.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.xml b/main/res/layout/visit.xml index 70603c5..43a3308 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 b4e7a0f..7997406 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" > |
