summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-09-20 22:08:01 +0200
committerGitHub <noreply@github.com>2019-09-20 22:08:01 +0200
commit569ee7cfdc843bf837fcac3c59f64c33277b7b35 (patch)
treee9072b5be5807269d48a8d8f1e577998b7887487 /core/src/main/res/values/styles.xml
parentee02dc40fc4982a65aa8fac035dd499bedf13cd2 (diff)
parent498f4759cb8df2ffbf86bfe06fa5f02548649297 (diff)
downloadAntennaPod-569ee7cfdc843bf837fcac3c59f64c33277b7b35.zip
Merge pull request #3421 from ByteHamster/removed-unused-resources
Removed unused resources
Diffstat (limited to 'core/src/main/res/values/styles.xml')
-rw-r--r--core/src/main/res/values/styles.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index fb69e54e7..a107d3082 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -258,13 +258,6 @@
<item name="android:ellipsize">end</item>
</style>
- <style name="AntennaPod.Dialog.Title" parent="@android:style/TextAppearance.Medium">
- <item name="android:textSize">@dimen/text_size_medium</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- <item name="android:maxLines">2</item>
- <item name="android:ellipsize">end</item>
- </style>
-
<style name="AntennaPod.TextView.UnreadIndicator" parent="@android:style/TextAppearance.Small">
<item name="android:textSize">@dimen/text_size_micro</item>
<item name="android:textColor">@color/new_indicator_green</item>
@@ -276,16 +269,6 @@
<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>