summaryrefslogtreecommitdiff
path: root/res/layout/searchlist_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/searchlist_item.xml
parentdaea0d4e30ec9d55ab378cb99390428101a58669 (diff)
downloadAntennaPod-7113656a0d0430ff5fa7fe3a4af3f7ef5074c310.zip
Use standard text colors
Diffstat (limited to 'res/layout/searchlist_item.xml')
-rw-r--r--res/layout/searchlist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/searchlist_item.xml b/res/layout/searchlist_item.xml
index 13ad5d883..71c09c16d 100644
--- a/res/layout/searchlist_item.xml
+++ b/res/layout/searchlist_item.xml
@@ -33,7 +33,7 @@
android:id="@+id/txtvSubtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/gray" />
+ android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>
</RelativeLayout> \ No newline at end of file