summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-12 15:04:52 +0300
committerAndrew Dolgov <[email protected]>2012-03-12 15:04:52 +0300
commit7101a92b060c618864659eefa6601c4fca730782 (patch)
treeb970c81ea9fe28fcd8ff16a1663492542d8b682c /res/layout
parent8caa0fcd8261f6c3d885cd880df3aac156f9d120 (diff)
hide headlines row separator in small screen mode
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/headlines_row.xml1
-rw-r--r--res/layout/headlines_row_selected.xml1
-rw-r--r--res/layout/headlines_row_unread.xml1
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"