summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-02-13 12:38:53 +0100
committerGitHub <noreply@github.com>2020-02-13 12:38:53 +0100
commitf951d6362c4728a2378bb314d77f964010691e3c (patch)
tree71b82560f026ea9eaf94e7a5812cfb2dae4c5409 /app/src/main/res/layout
parent93a4e8aeea1c375e74375339353e52fac5314c5c (diff)
parentd0cc0359506b481d09f7d51b083f46ac914bb25f (diff)
downloadAntennaPod-f951d6362c4728a2378bb314d77f964010691e3c.zip
Merge pull request #3838 from ByteHamster/chapter-images
Support for chapter images
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/simplechapter_item.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/simplechapter_item.xml b/app/src/main/res/layout/simplechapter_item.xml
index 86927f32c..54c607d71 100644
--- a/app/src/main/res/layout/simplechapter_item.xml
+++ b/app/src/main/res/layout/simplechapter_item.xml
@@ -10,6 +10,15 @@
android:baselineAligned="false"
android:descendantFocusability="blocksDescendants">
+ <ImageView
+ android:id="@+id/imgvCover"
+ android:layout_width="@dimen/thumbnail_length_queue_item"
+ android:layout_height="@dimen/thumbnail_length_queue_item"
+ android:contentDescription="@string/cover_label"
+ android:layout_marginLeft="16dp"
+ android:layout_marginStart="16dp"
+ tools:src="@tools:sample/avatars"/>
+
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"