From 1fe01350a51152f0f596f3e2c6eaadb36f940b57 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Nov 2011 14:51:23 +0300 Subject: more interface stuff, allow marking headlines as checked --- res/layout/article_fragment.xml | 2 +- res/layout/headlines_row.xml | 2 +- res/layout/headlines_row_selected.xml | 6 +++--- res/layout/headlines_row_unread.xml | 6 +++--- res/layout/main.xml | 16 ++++++++-------- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 4610d207..de8caed0 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,6 +1,6 @@ - + - + diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 81760bc4..ff755483 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -2,9 +2,9 @@ - + android:background="?headlineSelectedBackground" + android:id="@+id/headlines_row" android:orientation="horizontal" android:layout_height="wrap_content"> + diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index e139cfad..f6fef283 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -2,9 +2,9 @@ - + android:background="?headlineUnreadBackground" + android:id="@+id/headlines_row" android:orientation="horizontal" android:layout_height="wrap_content"> + diff --git a/res/layout/main.xml b/res/layout/main.xml index ee05766b..1509b309 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,16 +1,16 @@ - - - - + + + + - - - - + + + + -- cgit v1.2.3-54-g00ecf