diff options
author | ByteHamster <info@bytehamster.com> | 2018-02-14 11:15:15 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-02-14 11:15:15 +0100 |
commit | d376e462e710e144ef91c21b9b6dd97e6e4a4bdf (patch) | |
tree | 674e3372e26b49f617c2f6b9ec21049b6bb1713b /app/src | |
parent | 2fed8ff104676a09c525f52ecdb54a2cd5a67494 (diff) | |
download | AntennaPod-d376e462e710e144ef91c21b9b6dd97e6e4a4bdf.zip |
Make feed title selectable
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/cover_fragment.xml | 2 |
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> |