diff options
| author | rsudev <rasch@munin-soft.de> | 2013-03-29 14:01:19 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-03-29 18:16:24 +0100 |
| commit | 7d23bd5da5770645843f0dd11d89ea75db860de2 (patch) | |
| tree | d26dc5b76863231f3f4a158e8a3b92d541dbc667 /main/res/layout-land | |
| parent | a0718b07505ccb4e484d0deddc901cb842f4679d (diff) | |
| download | cgeo-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-land')
| -rw-r--r-- | main/res/layout-land/navigate.xml | 1 |
1 files changed, 1 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" > |
