Skip to content

Commit e60405a

Browse files
committed
Revert "Update CollapsingToolbarLayout parent style for Material 1.13.0"
This reverts commit caeef22.
1 parent caeef22 commit e60405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/main/res/values/styles_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ theme across the entire app. Overridden versions should be added to the styles.x
3838
<item name="android:layout_height">@dimen/toolbar_height</item>
3939
</style>
4040

41-
<style name="Woo.CollapsedToolbarLayout" parent="Widget.MaterialComponents.CollapsingToolbar">
41+
<style name="Woo.CollapsedToolbarLayout" parent="@style/Widget.Design.CollapsingToolbar">
4242
<item name="layout_scrollFlags">scroll|exitUntilCollapsed</item>
4343
<item name="android:background">@color/color_toolbar</item>
4444
<item name="statusBarScrim">@android:color/transparent</item>

0 commit comments

Comments
 (0)