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:
parent
70413f1425
commit
3f7022ecb7
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue