mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-02 12:07:17 +01:00
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:
parent
936bfa029e
commit
4fd3696d7f
@ -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" />
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user