Alert dialog style fix
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user