summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-22 01:09:59 +0100
committerByteHamster <info@bytehamster.com>2020-03-16 00:19:20 +0100
commitf7411d2d98033ab8bce3be9c4428b18fe5201e74 (patch)
tree6f96d51eeaa7514639875a5f5ee649684e8a6344 /app/src/main/res
parent03d1f41e9bd88e1920be306ef8bcd10642ce5527 (diff)
downloadAntennaPod-f7411d2d98033ab8bce3be9c4428b18fe5201e74.zip
Allow to stream episodes from unsubscribed podcast
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/itemdescription_listitem.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/itemdescription_listitem.xml b/app/src/main/res/layout/itemdescription_listitem.xml
index 9d03e30a3..15c23c915 100644
--- a/app/src/main/res/layout/itemdescription_listitem.xml
+++ b/app/src/main/res/layout/itemdescription_listitem.xml
@@ -56,4 +56,14 @@
tools:text="Feed item description"
tools:background="@android:color/holo_green_dark" />
+ <Button
+ android:id="@+id/butPreview"
+ android:layout_below="@id/txtvDescription"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentStart="true"
+ android:layout_alignParentLeft="true"
+ style="?android:attr/buttonBarButtonStyle"
+ android:text="@string/preview_episode"/>
+
</RelativeLayout>