summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-17 13:22:15 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-17 13:22:15 +0200
commit640b36912abe3b27cb8188e7d6c3b4acafe27d6a (patch)
tree67d7ed5cb9a7588ab0f85d1047d5ad2d7e50d685 /res/values
parentbb9683b86a29cece5bec4f7af357290ada70548b (diff)
downloadAntennaPod-640b36912abe3b27cb8188e7d6c3b4acafe27d6a.zip
Improved spacing in FeedItemlist and Downloads list
- Removed InternalFeedItemlistAdapter
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 73de0a476..7144affb3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -125,4 +125,11 @@
<item name="android:textStyle">italic</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
+
+ <style name="AntennaPod.TextView.ListItemPrimaryTitle" parent="@android:style/TextAppearance.Small">
+ <item name="android:textSize">15sp</item>
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
+ <item name="android:lines">2</item>
+ <item name="android:ellipsize">end</item>
+ </style>
</resources>