Skip to content

Commit

Permalink
fix: non-transparent dialog background
Browse files Browse the repository at this point in the history
This issue caused context menus to be large, opaque
and cover the screen

Fixes 15717
  • Loading branch information
david-allison authored and mikehardy committed Feb 29, 2024
1 parent 64d76f9 commit fc3f3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AnkiDroid/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
<item name="colorPrimary">?attr/progressDialogButtonTextColor</item>
<item name="buttonTint">?attr/colorOnPrimary</item>
<item name="dialogCornerRadius">@dimen/dialog_corner_radius</item>
<item name="android:background">?attr/dialogBackground</item>
<item name="android:dialogCornerRadius" tools:targetApi="p">@dimen/dialog_corner_radius</item>
<item name="checkboxStyle">@style/AlertDialogCheckBox.Style</item>
</style>
Expand Down

0 comments on commit fc3f3bf

Please sign in to comment.