Add automatic theme
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
android:background="?attr/colorPrimary"
|
||||
android:minHeight="?attr/actionBarSize"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
|
||||
app:popupTheme="?popupOverlayStyle"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
<FrameLayout
|
||||
|
||||
@@ -150,7 +150,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user