aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/navigate.xml
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-03-29 14:01:19 +0100
committerrsudev <rasch@munin-soft.de>2013-03-29 18:16:24 +0100
commit7d23bd5da5770645843f0dd11d89ea75db860de2 (patch)
treed26dc5b76863231f3f4a158e8a3b92d541dbc667 /main/res/layout/navigate.xml
parenta0718b07505ccb4e484d0deddc901cb842f4679d (diff)
downloadcgeo-7d23bd5da5770645843f0dd11d89ea75db860de2.zip
cgeo-7d23bd5da5770645843f0dd11d89ea75db860de2.tar.gz
cgeo-7d23bd5da5770645843f0dd11d89ea75db860de2.tar.bz2
Fixes #2589, Light skin not working
Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
Diffstat (limited to 'main/res/layout/navigate.xml')
-rw-r--r--main/res/layout/navigate.xml1
1 files changed, 1 insertions, 0 deletions
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" >