summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/quick_feed_discovery.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-11-06 18:30:43 +0100
committerByteHamster <info@bytehamster.com>2019-11-06 18:44:08 +0100
commitfdd29fa3ece59c9b028bf324160a481a192f0db1 (patch)
treef2adaf9de156a7aee44d9db52d57bd7e20b18306 /app/src/main/res/layout/quick_feed_discovery.xml
parent9df14af284bbaf719c21657c66a75478a874194e (diff)
downloadAntennaPod-fdd29fa3ece59c9b028bf324160a481a192f0db1.zip
Removed MaterialDialog dependency
The AlertDialogs from Androidx are material, too.
Diffstat (limited to 'app/src/main/res/layout/quick_feed_discovery.xml')
-rw-r--r--app/src/main/res/layout/quick_feed_discovery.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml
index e791d19d7..a80b9381a 100644
--- a/app/src/main/res/layout/quick_feed_discovery.xml
+++ b/app/src/main/res/layout/quick_feed_discovery.xml
@@ -70,7 +70,7 @@
<TextView
android:id="@+id/discover_error"
- android:textColor="@color/md_edittext_error"
+ android:textColor="@color/download_failed_red"
android:layout_width="match_parent"
android:layout_centerInParent="true"
android:layout_height="wrap_content" />