Update details fragment layout

This commit is contained in:
Koitharu
2023-07-01 14:46:42 +03:00
parent f5b8d41a86
commit 98b8aa3f2d
9 changed files with 163 additions and 287 deletions

View File

@@ -103,6 +103,10 @@
<item name="chipMinTouchTargetSize">28dp</item>
</style>
<style name="Widget.Kotatsu.Button.More" parent="Widget.Material3.Button.TextButton">
<item name="android:minWidth">48dp</item>
</style>
<style name="Widget.Kotatsu.ToggleButton" parent="Widget.Material3.Button.OutlinedButton">
<item name="android:checkable">true</item>
<item name="android:textAlignment">textStart</item>