Skip to content

Commit

Permalink
apply ThemeOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Jul 11, 2019
1 parent 8581486 commit 7b08115
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
android:id="@+id/appbarlayout"
android:layout_width="match_parent"
android:layout_height="@dimen/cat_topappbar_tall_toolbar_height"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
android:theme="@style/ThemeOverlay.Catalog.AppBarLayout">

<com.google.android.material.appbar.CollapsingToolbarLayout
android:id="@+id/collapsingtoolbarlayout"
Expand Down

0 comments on commit 7b08115

Please sign in to comment.