summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevenmaster <sevenmaster@users.noreply.github.com>2019-11-01 14:26:04 +0100
committerH. Lehmann <ByteHamster@users.noreply.github.com>2019-11-01 14:26:04 +0100
commit363c3614f8ff80a1c48d0a59735656dde76b2da9 (patch)
treedfa65060c478e6530ee1aae731dca33a05de4dc8
parent59b3e4bf1158376293dd1d520d9a0e8615a430d0 (diff)
downloadAntennaPod-363c3614f8ff80a1c48d0a59735656dde76b2da9.zip
episodes should not look like a link (#3576)
-rw-r--r--app/src/main/res/layout/onlinefeedview_header.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/onlinefeedview_header.xml b/app/src/main/res/layout/onlinefeedview_header.xml
index 057bfb379..20fbb8026 100644
--- a/app/src/main/res/layout/onlinefeedview_header.xml
+++ b/app/src/main/res/layout/onlinefeedview_header.xml
@@ -50,8 +50,7 @@
android:layout_marginStart="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
- android:textColor="?attr/colorAccent"
- android:textSize="@dimen/text_size_small"
+ android:textSize="@dimen/text_size_medium"
android:text="@string/episodes_label"/>
</LinearLayout> \ No newline at end of file