summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorFarzan <farzan_khoobchehr@yahoo.com>2021-05-29 01:24:59 -0700
committerGitHub <noreply@github.com>2021-05-29 10:24:59 +0200
commit528236c1a29d27ff673255dec173a0ac63aa03ca (patch)
tree64e21356d316a82d1a92093d4f75f9b5dca53356 /app/src
parent426283109a469836fbfe8646df03e700422193e5 (diff)
downloadAntennaPod-528236c1a29d27ff673255dec173a0ac63aa03ca.zip
Making the "(i) Filtered" more visible (#5170)
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 540baf4a7..9e83051d6 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -113,8 +113,10 @@
android:layout_height="wrap_content"
android:padding="2dp"
android:background="?android:attr/windowBackground"
+ android:foreground="?android:attr/selectableItemBackground"
android:visibility="gone"
android:gravity="center"
+ android:textColor="?attr/colorAccent"
tools:visibility="visible"
tools:text="(i) Information"/>
@@ -126,6 +128,7 @@
android:background="?android:attr/windowBackground"
android:visibility="gone"
android:gravity="center"
+ android:textColor="?attr/colorAccent"
tools:visibility="visible"
tools:text="Updates disabled"/>
</LinearLayout>