Merge "Set background color to the AppBarLayout" into sc-dev

This commit is contained in:
Yi-Ling Chuang
2021-05-05 03:38:32 +00:00
committed by Android (Google) Code Review

View File

@@ -30,7 +30,7 @@
android:fitsSystemWindows="true"
android:outlineAmbientShadowColor="@android:color/transparent"
android:outlineSpotShadowColor="@android:color/transparent"
android:background="@android:color/transparent"
android:background="?android:attr/colorPrimary"
android:theme="@style/Theme.CollapsingToolbar.Settings">
<com.android.settingslib.collapsingtoolbar.AdjustableToolbarLayout