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