Window background colour wasn't being set for API < 11. Bug #50.

This commit is contained in:
akwizgran
2014-04-04 00:46:29 +01:00
parent 1c282a8835
commit dbfb309fc3

View File

@@ -3,6 +3,7 @@
<style name="LightTheme" parent="android:Theme.Light">
<item name="android:windowTitleStyle">@style/WindowTitle</item>
<item name="android:windowTitleBackgroundStyle">@style/WindowTitleBackground</item>
<item name="android:windowBackground">@color/window_background</item>
</style>
<style name="WindowTitle">
<item name="android:paddingLeft">5dp</item>