summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-03-04 19:23:03 +0100
committerByteHamster <info@bytehamster.com>2021-03-04 19:23:03 +0100
commit9dbe5f6de58d8113b55c7bedd2f1fab200d80fb8 (patch)
tree92429cdef463397ac9bee788753c489ff6e7fcb0 /app/src/main/res
parent8d8cae2decddeffeeb08a5444a66b115ebeaa7da (diff)
parentf9baf6812b413b1a0f7b4fa869a4bc0176a819b7 (diff)
downloadAntennaPod-9dbe5f6de58d8113b55c7bedd2f1fab200d80fb8.zip
Merge branch 'master' into develop
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"/>