diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-02-03 10:55:52 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-02-03 10:55:52 +0100 |
| commit | 2bae9897c5d74beedacc2e5f0a2c59211b78c984 (patch) | |
| tree | 2e2b26305a558e150431be6949f39d0a9f094a08 /main/res | |
| parent | 7a88ebbee331ce5dd1ae36759fcbb58ca0902002 (diff) | |
| download | cgeo-2bae9897c5d74beedacc2e5f0a2c59211b78c984.zip cgeo-2bae9897c5d74beedacc2e5f0a2c59211b78c984.tar.gz cgeo-2bae9897c5d74beedacc2e5f0a2c59211b78c984.tar.bz2 | |
Restore background color for light theme
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/values/themes.xml b/main/res/values/themes.xml index 5c2c861..ee80059 100644 --- a/main/res/values/themes.xml +++ b/main/res/values/themes.xml @@ -53,6 +53,7 @@ <!-- system values --> <!-- own values: colors --> + <item name="android:windowBackground">@color/just_white</item> <item name="text_color">@color/text_light</item> <item name="text_color_headline">@color/text_headline_light</item> <item name="text_color_grey">@color/text_grey_light</item> |
