summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authordatavizard <44409076+datavizard@users.noreply.github.com>2021-03-10 18:00:45 +0530
committerGitHub <noreply@github.com>2021-03-10 13:30:45 +0100
commitb276c349423335c23807b9f61f0a78c0de2b3104 (patch)
tree811faa3e3afc263c19e37373ef2a146b8e76639f /app/src/main/res
parent57e5784e6f17f591641f43659148cfeb627ccbc5 (diff)
downloadAntennaPod-b276c349423335c23807b9f61f0a78c0de2b3104.zip
Adds a visual cue to the podcast header view whenever updates are disabled (#5014)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 2b59845f7..540baf4a7 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -117,4 +117,15 @@
android:gravity="center"
tools:visibility="visible"
tools:text="(i) Information"/>
+
+ <TextView
+ android:id="@+id/txtvUpdatesDisabled"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="2dp"
+ android:background="?android:attr/windowBackground"
+ android:visibility="gone"
+ android:gravity="center"
+ tools:visibility="visible"
+ tools:text="Updates disabled"/>
</LinearLayout>