Improve tablet layout

This commit is contained in:
Koitharu
2023-08-12 18:20:15 +03:00
parent 1c4bd6da28
commit d4589716aa
14 changed files with 106 additions and 78 deletions

View File

@@ -73,6 +73,10 @@
<item name="cardBackgroundColor">?attr/colorSurfaceContainerLow</item>
</style>
<style name="Widget.Kotatsu.CardView.Light" parent="Widget.Material3.CardView.Filled">
<item name="cardBackgroundColor">?colorBackgroundFloating</item>
</style>
<style name="Widget.Kotatsu.Tabs" parent="@style/Widget.Material3.TabLayout">
<item name="android:background">@drawable/tabs_background</item>
<item name="tabGravity">center</item>
@@ -212,6 +216,10 @@
<item name="colorControlHighlight">@color/selector_overlay</item>
</style>
<style name="ThemeOverlay.Kotatsu.CardContainer" parent="">
<item name="android:colorBackground">?colorBackgroundFloating</item>
</style>
<style name="ThemeOverlay.Kotatsu.ActionMode" parent="">
<item name="colorOnSurface">?colorPrimary</item>
<item name="colorControlNormal">?colorPrimary</item>