Skip to content

Commit 0aa08f2

Browse files
gsajithdsn5ft
authored andcommitted
Fix crash in Catalog
PiperOrigin-RevId: 245858537
1 parent e4f4d9d commit 0aa08f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

catalog/java/io/material/catalog/topappbar/res/layout/cat_topappbar_scrolling_transparent_statusbar_activity.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
android:id="@+id/appbarlayout"
2727
android:layout_width="match_parent"
2828
android:layout_height="wrap_content"
29-
android:fitsSystemWindows="true"
30-
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
31-
app:statusBarForeground="?attr/colorPrimary">
29+
android:fitsSystemWindows="true">
3230

3331
<androidx.appcompat.widget.Toolbar
3432
android:id="@+id/toolbar"

0 commit comments

Comments
 (0)