summaryrefslogtreecommitdiff
path: root/res/layout-port/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/headlines_row.xml')
-rw-r--r--res/layout-port/headlines_row.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 833a1397..23d144bd 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -32,6 +32,7 @@
android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineTextColor"
android:text="There are many variations of passages of Lorem Ipsum available"
android:textSize="16sp" />
@@ -48,7 +49,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
</LinearLayout>