summaryrefslogtreecommitdiff
path: root/res/layout-port
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-port
parent8caa0fcd8261f6c3d885cd880df3aac156f9d120 (diff)
hide headlines row separator in small screen mode
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/headlines_row.xml1
-rw-r--r--res/layout-port/headlines_row_selected.xml1
-rw-r--r--res/layout-port/headlines_row_unread.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index a981cb21..d957ae9d 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -13,6 +13,7 @@
android:layout_height="match_parent" >
<ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorNormal"
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index bb63a41f..50eadb49 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -14,6 +14,7 @@
android:layout_height="match_parent" >
<ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorSelected"
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 0b79e4b3..fcf1c387 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -14,6 +14,7 @@
android:layout_height="match_parent" >
<ImageView
+ android:id="@+id/headlines_separator"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?headlineSeparatorUnread"