fragment_restore_app_selection: Set background color to squashed layout

CollapsingToolbarLayout doesn't seems to be respecting background color for some reason

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2024-07-11 16:57:06 +07:00
parent 70413f1425
commit 3f7022ecb7

View file

@ -16,7 +16,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/background">
<ImageView
android:id="@+id/imageView"