summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-20 00:02:29 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-20 00:02:29 +0100
commit7113656a0d0430ff5fa7fe3a4af3f7ef5074c310 (patch)
tree1c06c0042ac7f8b64807d64a3d78fe2533e1836c /res/layout/feeditemlist_item.xml
parentdaea0d4e30ec9d55ab378cb99390428101a58669 (diff)
downloadAntennaPod-7113656a0d0430ff5fa7fe3a4af3f7ef5074c310.zip
Use standard text colors
Diffstat (limited to 'res/layout/feeditemlist_item.xml')
-rw-r--r--res/layout/feeditemlist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 198e33f94..8058aafeb 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -41,7 +41,7 @@
android:layout_below="@id/txtvFeedname"
android:layout_marginBottom="4dp"
android:layout_toLeftOf="@id/butAction"
- android:textColor="@color/gray" />
+ android:textColor="?android:attr/textColorSecondary" />
<ImageView
android:id="@+id/imgvType"