|
|
|
|
@ -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>
|
|
|
|
|
|