MaterialToolBarへ変更

This commit is contained in:
ろむねこ 2024-01-19 16:16:49 +09:00
parent 10019cb86b
commit 2cec483288
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -18,11 +18,12 @@
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent">
<androidx.appcompat.widget.Toolbar
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
</com.google.android.material.appbar.AppBarLayout>