summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-07-24 08:38:25 +0200
committerByteHamster <info@bytehamster.com>2021-07-24 09:34:46 +0200
commit3cab62348a236f0b836f684f7c2aaa32a765cdc5 (patch)
treea9a5c689b6aac74f479e69bfdb3b11c20629580a /app/src/main/res
parent08951615b46e6dbc05dda08bd655020930633f3c (diff)
downloadAntennaPod-3cab62348a236f0b836f684f7c2aaa32a765cdc5.zip
Removed highlighting of episode title
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/cover_fragment.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml
index 8333ded1e..548e55774 100644
--- a/app/src/main/res/layout/cover_fragment.xml
+++ b/app/src/main/res/layout/cover_fragment.xml
@@ -4,10 +4,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:squareImageView="http://schemas.android.com/apk/de.danoeh.antennapod"
xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/cover_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
- android:id="@+id/cover_fragment"
android:padding="8dp"
android:gravity="center">
@@ -57,7 +57,6 @@
android:id="@+id/txtvEpisodeTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?android:selectableItemBackground"
android:ellipsize="none"
android:gravity="center_horizontal"
android:maxLines="2"
@@ -125,6 +124,7 @@
android:text="@string/shownotes_label"
android:textColor="?android:attr/textColorSecondary"
android:textSize="16sp" />
+
</LinearLayout>
<LinearLayout
@@ -168,6 +168,7 @@
android:contentDescription="@string/next_chapter"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_chapter_next" />
+
</LinearLayout>
</LinearLayout>