aboutsummaryrefslogtreecommitdiff
path: root/res/layout-xlarge
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/headlines_row.xml3
-rw-r--r--res/layout-xlarge/headlines_row_selected.xml3
-rw-r--r--res/layout-xlarge/headlines_row_unread.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml
index 9b5832c9..ace43e40 100644
--- a/res/layout-xlarge/headlines_row.xml
+++ b/res/layout-xlarge/headlines_row.xml
@@ -43,6 +43,7 @@
android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineTextColor"
android:text="{Title...}"
android:textSize="16sp" >
</TextView>
@@ -52,7 +53,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>
diff --git a/res/layout-xlarge/headlines_row_selected.xml b/res/layout-xlarge/headlines_row_selected.xml
index 916e2634..3734141f 100644
--- a/res/layout-xlarge/headlines_row_selected.xml
+++ b/res/layout-xlarge/headlines_row_selected.xml
@@ -41,6 +41,7 @@
android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
+ android:textColor="?headlineSelectedTextColor"
android:text="{Title...}"
android:textSize="16sp" >
</TextView>
@@ -50,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>
diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml
index 84fcd33f..210e5fb3 100644
--- a/res/layout-xlarge/headlines_row_unread.xml
+++ b/res/layout-xlarge/headlines_row_unread.xml
@@ -42,6 +42,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
+ android:textColor="?headlineTextColor"
android:textSize="16sp" >
</TextView>
@@ -50,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="{Content excerpt...}"
- android:textColor="#909090"
+ android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
</LinearLayout>