Adjust app theme and add new empty states

This commit is contained in:
Zakhar Timoshenko
2022-10-15 18:18:59 +03:00
parent 74717e2b93
commit b00b2e406e
25 changed files with 271 additions and 365 deletions

View File

@@ -16,9 +16,9 @@
<color name="kotatsu_onTertiary">#FFFFFF</color>
<color name="kotatsu_tertiaryContainer">#F7D8FF</color>
<color name="kotatsu_onTertiaryContainer">#271430</color>
<color name="kotatsu_background">#FDFCFF</color>
<color name="kotatsu_background">#F0F0F3</color>
<color name="kotatsu_onBackground">#1A1C1E</color>
<color name="kotatsu_surface">#FDFCFF</color>
<color name="kotatsu_surface">#F0F0F3</color>
<color name="kotatsu_onSurface">#1A1C1E</color>
<color name="kotatsu_surfaceVariant">#E0E2EC</color>
<color name="kotatsu_onSurfaceVariant">#43474E</color>

View File

@@ -12,6 +12,10 @@
<item name="labelVisibilityMode">labeled</item>
</style>
<style name="Widget.Kotatsu.BottomNavigationView.ActiveIndicator" parent="Widget.Material3.BottomNavigationView.ActiveIndicator">
<item name="android:color">@color/bottom_menu_active_indicator</item>
</style>
<style name="Widget.Kotatsu.ActionMode" parent="Base.Widget.Material3.ActionMode">
<!--<item name="titleTextStyle">@style/TextAppearance.Kotatsu.ActionBar.Title</item>-->
<item name="theme">@style/ThemeOverlay.Kotatsu.ActionMode</item>