Use black background for AMOLED theme cards, dialogs (#2422)
This commit is contained in:
@@ -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-->
|
||||
<!--==============-->
|
||||
|
||||
Reference in New Issue
Block a user