Remove unused items in styles

Since they dont even work
This commit is contained in:
Jays2Kings 2021-07-20 00:09:38 -04:00
parent 9f98be719f
commit 3c8e30606e

View File

@ -190,9 +190,6 @@
<style name="OverflowDialogTheme" parent="BottomSheetDialogTheme"> <style name="OverflowDialogTheme" parent="BottomSheetDialogTheme">
<item name="android:windowAnimationStyle">@style/Theme.Widget.Animation.DropFromAbove</item> <item name="android:windowAnimationStyle">@style/Theme.Widget.Animation.DropFromAbove</item>
<item name="android:windowBlurBehindRadius" tools:targetApi="31">150dp</item>
<item name="android:windowBackgroundBlurRadius" tools:targetApi="31">150dp</item>
<item name="android:windowBlurBehindEnabled" tools:targetApi="31">true</item>
</style> </style>
<style name="Theme.Widget.Animation.DropFromAbove" parent="android:Animation"> <style name="Theme.Widget.Animation.DropFromAbove" parent="android:Animation">