Keep the feed background image at the top (#7379)

If the header got long (warning messages, preview description, etc),
the image moved down. This created inconsistencies between feed
fragment and feed info fragment.
This commit is contained in:
ByteHamster 2024-09-03 08:51:21 +02:00 committed by GitHub
parent 936bfa029e
commit 4fd3696d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/image_readability_tint"
android:scaleType="centerCrop"
android:scaleType="fitStart"
app:layout_collapseMode="parallax"
app:layout_collapseParallaxMultiplier="0.6" />

View File

@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/image_readability_tint"
android:scaleType="centerCrop"
android:scaleType="fitStart"
app:layout_collapseMode="parallax"
app:layout_collapseParallaxMultiplier="0.6" />