summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/cover_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-07-26 20:58:10 +0200
committerByteHamster <info@bytehamster.com>2021-07-26 20:58:10 +0200
commitbc59d50804328f3c5a293079a33576ff260022ea (patch)
treec369253e816e85337af1aa51f820452698e99ff7 /app/src/main/res/layout/cover_fragment.xml
parentdbac6cae4666f89e3ccb8ecbc2f1c5b06e381fa5 (diff)
parent8b183915bee1419a0577196b19414529fca75432 (diff)
downloadAntennaPod-bc59d50804328f3c5a293079a33576ff260022ea.zip
Merge branch 'master' into develop
Diffstat (limited to 'app/src/main/res/layout/cover_fragment.xml')
-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>