summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/quick_feed_discovery_item.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-03-17 15:41:24 +0100
committerGitHub <noreply@github.com>2020-03-17 15:41:24 +0100
commit54056dd8d95fe88d1a582c55e066778ce25eff50 (patch)
tree17eddd45c779ccb01c34e43dab06d0bd046e949d /app/src/main/res/layout/quick_feed_discovery_item.xml
parent4e0e4baa056509536f34078bf15031d8c0c97053 (diff)
parent6066fef1f2a3f3b8d5c5d946c750d356429e75a8 (diff)
downloadAntennaPod-54056dd8d95fe88d1a582c55e066778ce25eff50.zip
Merge pull request #3937 from ByteHamster/recyclerview
Converted lists to RecyclerView
Diffstat (limited to 'app/src/main/res/layout/quick_feed_discovery_item.xml')
-rw-r--r--app/src/main/res/layout/quick_feed_discovery_item.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/quick_feed_discovery_item.xml b/app/src/main/res/layout/quick_feed_discovery_item.xml
index 3a0fe0b4b..e1c91f9d8 100644
--- a/app/src/main/res/layout/quick_feed_discovery_item.xml
+++ b/app/src/main/res/layout/quick_feed_discovery_item.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:squareImageView="http://schemas.android.com/apk/de.danoeh.antennapod"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="4dp"
@@ -12,7 +13,8 @@
android:layout_height="match_parent"
android:elevation="4dp"
android:outlineProvider="bounds"
- android:foreground="?android:attr/selectableItemBackground"/>
+ android:foreground="?android:attr/selectableItemBackground"
+ squareImageView:direction="width" />
</LinearLayout>