Use black background for AMOLED theme cards, dialogs (#2422)

This commit is contained in:
arkon
2020-01-20 21:34:47 -05:00
committed by GitHub
parent b48f08e65c
commit 578bab5fdd
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -32,6 +32,10 @@
<item name="colorAccent">@color/colorAccentDark</item>
</style>
<style name="Theme.AlertDialog.Amoled" parent="Theme.AlertDialog.Dark">
<item name="android:background">@color/colorAmoledPrimary</item>
</style>
<!--==============-->
<!--NavigationView-->
<!--==============-->