Remove unused resources

This commit is contained in:
MM20
2024-06-14 15:23:37 +02:00
parent 892e4971a3
commit f6dfddedb2
113 changed files with 4 additions and 9640 deletions
@@ -1,10 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TransparentBottomSheetTheme" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/TransparentBottomSheetStyle</item>
</style>
<style name="TransparentBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@android:color/transparent</item>
</style>
</resources>
+1 -7
View File
@@ -1,8 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="elevation_shadow_1dp_radius">0.5dp</dimen>
<dimen name="elevation_shadow_2dp_radius">1dp</dimen>
<dimen name="elevation_shadow_1dp_y">0.5dp</dimen>
<dimen name="elevation_shadow_2dp_y">1dp</dimen>
<dimen name="card_elevation">@dimen/mtrl_card_elevation</dimen>
</resources>
<resources></resources>