Moved from MaterialComponents to Material3

This commit is contained in:
CappielloAntonio 2022-01-07 09:37:15 +01:00
parent 25d7e9c447
commit 5fbbf4b0c2
11 changed files with 19 additions and 19 deletions

View file

@ -8,7 +8,7 @@
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
android:theme="@style/ThemeOverlay.Material3.Dark.ActionBar"
app:elevation="0dp">
<androidx.appcompat.widget.Toolbar
@ -17,7 +17,7 @@
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways|snap"
app:popupTheme="@style/ThemeOverlay.MaterialComponents.Light">
app:popupTheme="@style/ThemeOverlay.Material3.Light">
<LinearLayout
android:layout_width="match_parent"