diff options
Diffstat (limited to 'res/layout/feedlist_item.xml')
-rw-r--r-- | res/layout/feedlist_item.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml index c9ab50c8a..7ec1b0a79 100644 --- a/res/layout/feedlist_item.xml +++ b/res/layout/feedlist_item.xml @@ -81,19 +81,22 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:maxLines="2" - android:textStyle="bold" /> + android:textColor="?android:attr/textColorPrimary" + android:textSize="@dimen/text_size_small" /> <TextView android:id="@+id/txtvNumEpisodes" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@color/gray" /> + android:textColor="?android:attr/textColorSecondary" + android:textSize="@dimen/text_size_micro" /> <TextView android:id="@+id/txtvLastUpdate" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@color/gray" /> + android:textColor="?android:attr/textColorSecondary" + android:textSize="@dimen/text_size_micro" /> </LinearLayout> </RelativeLayout>
\ No newline at end of file |