summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
commitbc7e851b9a11655f9cbca91d301781c238c4d67e (patch)
tree88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/layout/headlines_row_unread.xml
parent15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff)
add shadows to light theme, misc layout/theme tweaks
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 5a2bbc53..b85b6699 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/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>