Added adaptive color in Material now playing theme

This commit is contained in:
Prathamesh More 2022-03-15 18:34:39 +05:30
parent a94c5e1784
commit 6a7fa40efa
3 changed files with 56 additions and 0 deletions

View file

@ -10,6 +10,15 @@
<include layout="@layout/shadow_statusbar_toolbar" />
<View
android:id="@+id/colorGradientBackground"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<FrameLayout
android:id="@+id/statusBarContainer"
android:layout_width="match_parent"