summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorDarrell <52300159+dev-darrell@users.noreply.github.com>2020-10-01 22:55:32 +0100
committerGitHub <noreply@github.com>2020-10-01 23:55:32 +0200
commit31ac0a53224993e0415fcdf748c1a178c0e5676b (patch)
tree43d8291e3327855978c2b9fed94b99d6f4b80fb6 /core/src
parent923be5bfdd8168325079968df8fb14de4f7b59b4 (diff)
downloadAntennaPod-31ac0a53224993e0415fcdf748c1a178c0e5676b.zip
Added Style for TextViews in Add Podcast screen (#4483)
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 73ecdb14e..92faa927a 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -306,4 +306,14 @@
<style name="Widget.AntennaPod.ActionBar.Black" parent="Widget.MaterialComponents.Light.ActionBar.Solid">
<item name="background">@color/black</item>
</style>
+
+ <style name="AddPodcastTextView">
+ <item name="android:drawablePadding">8dp</item>
+ <item name="android:paddingTop">8dp</item>
+ <item name="android:paddingBottom">8dp</item>
+ <item name="android:background">?android:attr/selectableItemBackground</item>
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
+ <item name="android:clickable">true</item>
+ </style>
+
</resources>