Merge branch 'auto_theme'

This commit is contained in:
Vincent Breitmoser
2022-12-27 22:27:00 +01:00
7 changed files with 43 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
android:elevation="4dp"
android:minHeight="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:popupTheme="?popupOverlayStyle"
tools:ignore="UnusedAttribute" />
<FrameLayout

View File

@@ -148,7 +148,7 @@
android:touchscreenBlocksFocus="false"
android:transitionGroup="false"
app:layout_collapseMode="pin"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:popupTheme="?popupOverlayStyle"
tools:ignore="UnusedAttribute" />
</com.google.android.material.appbar.CollapsingToolbarLayout>