Alert dialog style fix

This commit is contained in:
Juha Heinanen
2025-04-07 11:22:00 +03:00
parent 58826b7197
commit fffd1bfcf8
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="colorBackground">#fcfcfc</color>
<color name="design_snackbar_background_color" tools:override="true">@color/colorSecondaryDark</color>
<color name="colorPrimary">#0ca1fd</color>
<color name="colorPrimaryDark">#0073c9</color>
<color name="colorPrimaryLight">#6ad2ff</color>

View File

@ -6,6 +6,7 @@
<item name="buttonBarPositiveButtonStyle">@style/Alert.Button.Positive</item>
<item name="buttonBarNegativeButtonStyle">@style/Alert.Button.Positive</item>
<item name="buttonBarNeutralButtonStyle">@style/Alert.Button.Neutral</item>
<item name="android:windowBackground">@color/colorBackground</item>
<item name="android:background">@color/colorBackground</item>
<item name="android:textSize">14sp</item>
</style>