diff options
Diffstat (limited to 'res/layout/feedlist_item_grid.xml')
-rw-r--r-- | res/layout/feedlist_item_grid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml index dfe15c6f7..75e820a43 100644 --- a/res/layout/feedlist_item_grid.xml +++ b/res/layout/feedlist_item_grid.xml @@ -88,7 +88,7 @@ android:id="@+id/txtvLastUpdate" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@color/gray" /> + android:textColor="?android:attr/textColorSecondary" /> <TextView android:id="@+id/txtvNumEpisodes" @@ -96,7 +96,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:layout_marginRight="8dp" - android:textColor="@color/gray" /> + android:textColor="?android:attr/textColorSecondary" /> </LinearLayout> </RelativeLayout>
\ No newline at end of file |