diff options
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/headlines_row.xml | 1 | ||||
| -rw-r--r-- | res/layout/headlines_row_selected.xml | 1 | ||||
| -rw-r--r-- | res/layout/headlines_row_unread.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 253de8d6..77e98234 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -16,6 +16,7 @@ <ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorNormal"
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index d691f7ef..519b7839 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -14,6 +14,7 @@ android:orientation="horizontal" >
<ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorSelected"
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index f89faa5a..bf980749 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -14,6 +14,7 @@ android:orientation="horizontal" >
<ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorUnread"
|