Skip to content
Snippets Groups Projects
Commit dbfb309f authored by akwizgran's avatar akwizgran
Browse files

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

parent 1c282a88
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<style name="LightTheme" parent="android:Theme.Light"> <style name="LightTheme" parent="android:Theme.Light">
<item name="android:windowTitleStyle">@style/WindowTitle</item> <item name="android:windowTitleStyle">@style/WindowTitle</item>
<item name="android:windowTitleBackgroundStyle">@style/WindowTitleBackground</item> <item name="android:windowTitleBackgroundStyle">@style/WindowTitleBackground</item>
<item name="android:windowBackground">@color/window_background</item>
</style> </style>
<style name="WindowTitle"> <style name="WindowTitle">
<item name="android:paddingLeft">5dp</item> <item name="android:paddingLeft">5dp</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment