diff options
| author | rsudev <rasch@munin-soft.de> | 2013-04-02 09:26:10 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-04-02 09:26:10 +0200 |
| commit | c63a8a275639c002b0b1ede50fc7440f36291c5a (patch) | |
| tree | 480cb292a0d93ca15310ea3f81580c39bef5aa6d /main/res/layout | |
| parent | 1c34648ec943ff4f407677f14203790257b79321 (diff) | |
| download | cgeo-c63a8a275639c002b0b1ede50fc7440f36291c5a.zip cgeo-c63a8a275639c002b0b1ede50fc7440f36291c5a.tar.gz cgeo-c63a8a275639c002b0b1ede50fc7440f36291c5a.tar.bz2 | |
Fixes #2621, Light scheme in single log picture view not ok (Android 2.x
specific)
Added background attribute to spoilers view
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/spoilers.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/layout/spoilers.xml b/main/res/layout/spoilers.xml index 5513934..233972a 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" > <LinearLayout style="@style/action_bar" > |
