summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/values/styles.xml')
-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 6a4dc4781..9b20fdd02 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -285,6 +285,16 @@
<item name="textAllCaps">false</item>
</style>
+ <style name="Divider">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">1dp</item>
+ <item name="android:layout_marginTop">8dp</item>
+ <item name="android:layout_marginLeft">16dp</item>
+ <item name="android:layout_marginRight">16dp</item>
+ <item name="android:layout_marginBottom">8dp</item>
+ <item name="android:background">?android:attr/listDivider</item>
+ </style>
+
<style name="AntennaPod.Dialog.Light" parent="Theme.AppCompat.Light.Dialog">
<item name="colorAccent">@color/holo_blue_light</item>
</style>