summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-03-04 11:15:44 +0100
committerByteHamster <info@bytehamster.com>2021-03-04 11:15:44 +0100
commitd4141d19a06abf92d78fe28a41a5fb7f885cacac (patch)
tree943279b49c9a32f08634f841eb65112dd655ad7e /app/src/main/res
parent352df348cb97ef0ceac5db8b22447d673cbb290e (diff)
downloadAntennaPod-d4141d19a06abf92d78fe28a41a5fb7f885cacac.zip
Described download errors in more detail
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/downloadlog_item.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/downloadlog_item.xml b/app/src/main/res/layout/downloadlog_item.xml
index 5cde763a0..60c916cdc 100644
--- a/app/src/main/res/layout/downloadlog_item.xml
+++ b/app/src/main/res/layout/downloadlog_item.xml
@@ -83,6 +83,14 @@
android:textColor="?android:attr/textColorSecondary"
tools:text="@string/design_time_downloaded_log_failure_reason"/>
+ <TextView
+ android:id="@+id/txtvTapForDetails"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textSize="14sp"
+ android:textColor="?android:attr/textColorSecondary"
+ android:text="@string/download_error_tap_for_details"/>
+
</LinearLayout>
<include layout="@layout/secondary_action"/>