diff options
author | ByteHamster <info@bytehamster.com> | 2020-04-21 14:18:47 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-04-21 14:18:47 +0200 |
commit | df9e30e9e94c3e84375a8370d0c2631f4cd79baf (patch) | |
tree | fd79de534ca7192af481c166917856488d9eeea7 /app/src/main/res | |
parent | 8c9e78a41705def165b8baf480fb4986b1d05603 (diff) | |
download | AntennaPod-df9e30e9e94c3e84375a8370d0c2631f4cd79baf.zip |
Feed page theme tweaks
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/feed_item_list_fragment.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/feedinfo.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/feed_item_list_fragment.xml b/app/src/main/res/layout/feed_item_list_fragment.xml index e607ac216..38496dd4f 100644 --- a/app/src/main/res/layout/feed_item_list_fragment.xml +++ b/app/src/main/res/layout/feed_item_list_fragment.xml @@ -15,6 +15,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:contentScrim="?attr/colorPrimary" + app:scrimAnimationDuration="200" app:layout_scrollFlags="scroll|exitUntilCollapsed"> <ImageView @@ -22,7 +23,7 @@ style="@style/BigBlurryBackground" android:background="@color/image_readability_tint" android:layout_width="match_parent" - android:layout_height="256dp" + android:layout_height="232dp" app:layout_collapseMode="parallax" app:layout_collapseParallaxMultiplier="0.6"/> diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml index e3efa72ce..d2e077be1 100644 --- a/app/src/main/res/layout/feedinfo.xml +++ b/app/src/main/res/layout/feedinfo.xml @@ -15,6 +15,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:contentScrim="?attr/colorPrimary" + app:scrimAnimationDuration="200" app:layout_scrollFlags="scroll|exitUntilCollapsed"> <ImageView @@ -22,7 +23,7 @@ style="@style/BigBlurryBackground" android:background="@color/image_readability_tint" android:layout_width="match_parent" - android:layout_height="256dp" + android:layout_height="232dp" app:layout_collapseMode="parallax" app:layout_collapseParallaxMultiplier="0.6"/> |