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

@ -11,7 +11,7 @@
android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin"
app:navigationIcon="@drawable/ic_arrow_back"
app:popupTheme="@style/ThemeOverlay.MaterialComponents.Light"
app:popupTheme="@style/ThemeOverlay.Material3.Light"
app:titleTextColor="@color/titleTextColor" />
<androidx.core.widget.NestedScrollView