We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeef22 commit e60405aCopy full SHA for e60405a
WooCommerce/src/main/res/values/styles_base.xml
@@ -38,7 +38,7 @@ theme across the entire app. Overridden versions should be added to the styles.x
38
<item name="android:layout_height">@dimen/toolbar_height</item>
39
</style>
40
41
- <style name="Woo.CollapsedToolbarLayout" parent="Widget.MaterialComponents.CollapsingToolbar">
+ <style name="Woo.CollapsedToolbarLayout" parent="@style/Widget.Design.CollapsingToolbar">
42
<item name="layout_scrollFlags">scroll|exitUntilCollapsed</item>
43
<item name="android:background">@color/color_toolbar</item>
44
<item name="statusBarScrim">@android:color/transparent</item>
0 commit comments