Apply dark theme on dialogs

Fixes #291
This commit is contained in:
2017-05-28 00:31:48 -04:00
parent 2a1bf5fc2e
commit 28b6ae7014
2 changed files with 14 additions and 1 deletions

View File

@@ -260,4 +260,9 @@
<style name="DialogWithTitle" parent="@style/Theme.AppCompat.Light.Dialog">
<item name="windowNoTitle">false</item>
</style>
<style name="DarkDialogWithTitle"
parent="@style/Theme.AppCompat.Dialog">
<item name="windowNoTitle">false</item>
</style>
</resources>