Improve tablet layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user