Redesign (#24)

This commit is contained in:
ztimms73
2021-06-17 00:46:27 +03:00
parent cd7d6d7674
commit 09412719b7
109 changed files with 3114 additions and 685 deletions

View File

@@ -13,15 +13,15 @@
app:layout_constraintTop_toTopOf="parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="?colorPrimary"
android:theme="@style/AppToolbarTheme">
app:elevation="0dp"
style="@style/Widget.Kotatsu.AppBar">
<com.google.android.material.appbar.MaterialToolbar
android:id="@id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppPopupTheme" />
style="@style/Widget.Kotatsu.Toolbar" />
</com.google.android.material.appbar.AppBarLayout>