Remove unused class and resource

This commit is contained in:
2021-03-13 16:35:27 -06:00
parent e00ff99af7
commit 3ece80f3da
3 changed files with 0 additions and 77 deletions

View File

@@ -203,13 +203,6 @@
<item name="android:layout">@layout/preference_category_custom</item>
</style>
<style name="ToolbarShadow">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">2dp</item>
<item name="android:background">@drawable/shadow</item>
<item name="android:alpha">0.2</item>
</style>
<style name="DialogWithTitle" parent="@style/Theme.AppCompat.Light.Dialog">
<item name="windowNoTitle">false</item>
</style>