Cleanup unused resources

This commit is contained in:
ztimms73
2021-06-17 09:54:28 +03:00
parent b293e9f370
commit f4f367850e
30 changed files with 5 additions and 201 deletions

View File

@@ -2,8 +2,6 @@
<!-- Widget styles -->
<style name="Widget.Kotatsu" parent="@android:style/Widget.Material" />
<style name="Widget.Kotatsu.AppBar" parent="@style/Widget.Design.AppBarLayout">
<item name="android:background">?attr/colorSurface</item>
<item name="android:elevation">8dp</item>
@@ -59,10 +57,6 @@
<item name="subtitleTextStyle">?attr/textAppearanceSubtitle1</item>
</style>
<style name="Widget.Kotatsu.AutoCompleteTextView" parent="Widget.AppCompat.Light.AutoCompleteTextView">
<item name="android:popupBackground">@android:color/background_light</item>
</style>
<!-- TextAppearance -->
<style name="TextAppearance.Kotatsu.ToolbarTitle" parent="@style/TextAppearance.Widget.AppCompat.Toolbar.Title">