Update alert dialog style

feature/top10
Aurelien Hubert 7 years ago
parent b1b4db291c
commit 0aa5d50f02
  1. 14
      app/src/main/res/values/styles.xml

@ -135,16 +135,12 @@
</style>
<!-- Alert Dialog -->
<style name="MyBorderlessButton">
<!-- Set background drawable and text size of the buttons here -->
<item name="android:background">@color/black</item>
</style>
<style name="PokerAnalyticsTheme.AlertDialog" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorAccent">@color/colorAccent</item>
<item name="android:textColorPrimary">@color/black</item>
<style name="PokerAnalyticsTheme.AlertDialog" parent="Theme.MaterialComponents.Dialog">
<item name="colorAccent">@color/green</item>
<item name="android:textColorPrimary">@color/white</item>
<item name="android:background">@color/gray_dark</item>
</style>

Loading…
Cancel
Save