Make phone UI have completely black background
- set android:windowBackground="@android:color/black"
Change-Id: I7c9346a0f59d60ec433267213917d19d7975a501
diff --git a/res/values/styles.xml b/res/values/styles.xml
index af36e21..ff8f841 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -16,6 +16,7 @@
<resources>
<style name="DialtactsTheme" parent="android:Theme.Holo.SplitActionBarWhenNarrow">
<item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowBackground">@android:color/black</item>
<item name="activated_background">@drawable/list_item_activated_background</item>
<item name="section_header_background">@drawable/list_title_holo</item>
<item name="list_section_header_height">32dip</item>