summaryrefslogtreecommitdiff
path: root/res/layout-xlarge/headlines_row_unread.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/headlines_row_unread.xml')
-rw-r--r--res/layout-xlarge/headlines_row_unread.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml
index 1ba714ab..23f648a2 100644
--- a/res/layout-xlarge/headlines_row_unread.xml
+++ b/res/layout-xlarge/headlines_row_unread.xml
@@ -13,13 +13,6 @@
android:gravity="center_vertical"
android:orientation="horizontal" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorUnread"
- android:paddingRight="4dip" />
-
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
@@ -43,7 +36,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
- android:textColor="?headlineTextColor"
+ android:textColor="?headlineUnreadTextColor"
android:textSize="16sp" >
</TextView>