Some cleanup

This commit is contained in:
Zakhar Timoshenko
2022-07-16 17:42:35 +03:00
parent 71351ad701
commit 5d0dac6947
9 changed files with 2 additions and 58 deletions

View File

@@ -17,15 +17,6 @@
<item name="theme">@style/ThemeOverlay.Kotatsu.ActionMode</item>
</style>
<!--AlertDialog-->
<style name="ThemeOverlay.Kotatsu.MaterialAlertDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog">
<item name="android:background">?attr/colorSurface</item>
<item name="android:textColorPrimary">?attr/colorOnSurface</item>
<item name="android:textColor">?attr/colorOnSurface</item>
<item name="dialogCornerRadius">28dp</item>
</style>
<!-- Bottom sheet -->
<style name="ThemeOverlay.Kotatsu.BottomSheetDialog" parent="ThemeOverlay.Material3.BottomSheetDialog">
@@ -107,14 +98,6 @@
<item name="iconPadding">16dp</item>
</style>
<style name="Widget.Kotatsu.RecyclerView" parent="">
<item name="fastScrollHorizontalThumbDrawable">@drawable/list_thumb</item>
<item name="fastScrollVerticalThumbDrawable">@drawable/list_thumb</item>
<item name="fastScrollHorizontalTrackDrawable">@drawable/list_track</item>
<item name="fastScrollVerticalTrackDrawable">@drawable/list_track</item>
<item name="android:scrollbarStyle">outsideOverlay</item>
</style>
<style name="Widget.Kotatsu.FastScroller" parent="">
<item name="thumbColor">?colorTertiary</item>
<item name="bubbleColor">?colorTertiary</item>