summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-04-21 14:18:47 +0200
committerByteHamster <info@bytehamster.com>2020-04-21 14:18:47 +0200
commitdf9e30e9e94c3e84375a8370d0c2631f4cd79baf (patch)
treefd79de534ca7192af481c166917856488d9eeea7 /app/src/main/res
parent8c9e78a41705def165b8baf480fb4986b1d05603 (diff)
downloadAntennaPod-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.xml3
-rw-r--r--app/src/main/res/layout/feedinfo.xml3
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"/>