summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-02-14 11:15:15 +0100
committerByteHamster <info@bytehamster.com>2018-02-14 11:15:15 +0100
commitd376e462e710e144ef91c21b9b6dd97e6e4a4bdf (patch)
tree674e3372e26b49f617c2f6b9ec21049b6bb1713b /app
parent2fed8ff104676a09c525f52ecdb54a2cd5a67494 (diff)
downloadAntennaPod-d376e462e710e144ef91c21b9b6dd97e6e4a4bdf.zip
Make feed title selectable
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/cover_fragment.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml
index 05b927da4..b1e93a195 100644
--- a/app/src/main/res/layout/cover_fragment.xml
+++ b/app/src/main/res/layout/cover_fragment.xml
@@ -38,6 +38,7 @@
android:maxLines="2"
android:ellipsize="end"
android:text="Podcast"
+ android:textIsSelectable="true"
android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>
@@ -61,6 +62,7 @@
android:maxLines="2"
android:ellipsize="end"
android:text="Episode"
+ android:textIsSelectable="true"
android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>