make the black background really black

This commit is contained in:
tibbi 2016-08-20 13:39:53 +02:00
parent d173daea9f
commit 2682d4b3d6

View File

@ -10,6 +10,7 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@android:color/black</item>
</style>
</resources>