Improve thumbnail sheet

This commit is contained in:
Zakhar Timoshenko
2021-07-29 22:37:08 +03:00
committed by Koitharu
parent 57111f628d
commit 7bb809f227
3 changed files with 28 additions and 44 deletions

View File

@@ -9,6 +9,10 @@
<item name="android:elevation">8dp</item>
</style>
<style name="Widget.Kotatsu.Sheet.AppBar" parent="@style/Widget.Kotatsu.AppBar">
<item name="android:elevation">0dp</item>
</style>
<style name="Widget.Kotatsu.Toolbar" parent="Widget.MaterialComponents.Toolbar">
<item name="android:paddingEnd">8dp</item>
<item name="popupTheme">@style/ThemeOverlay.Kotatsu</item>