Skip to content

Commit

Permalink
remove useless checkbox style
Browse files Browse the repository at this point in the history
not necessary
  • Loading branch information
MorenoTropical committed Sep 8, 2024
1 parent ca89856 commit 1edc70d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AnkiDroid/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
<item name="buttonTint">?attr/colorOnPrimary</item>
<item name="dialogCornerRadius">@dimen/dialog_corner_radius</item>
<item name="android:dialogCornerRadius" tools:targetApi="p">@dimen/dialog_corner_radius</item>
<item name="checkboxStyle">@style/AlertDialogCheckBox.Style</item>
</style>

<style name="ThemeOverlay.AnkiDroid.AlertDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog">
Expand All @@ -232,10 +231,6 @@
<item name="android:textColor">?attr/progressDialogButtonTextColor</item>
</style>

<style name="AlertDialogCheckBox.Style" parent="Widget.MaterialComponents.CompoundButton.CheckBox">
<item name="buttonTint">@color/material_blue_500</item>
</style>

<style name="CardView.PreviewerStyle" parent="Widget.Material3.CardView.Elevated">
<item name="android:elevation">0.8dp</item>
</style>
Expand Down

0 comments on commit 1edc70d

Please sign in to comment.