summaryrefslogtreecommitdiff
path: root/res/layout-port
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/headlines_row.xml7
-rw-r--r--res/layout-port/headlines_row_selected.xml7
-rw-r--r--res/layout-port/headlines_row_unread.xml9
3 files changed, 1 insertions, 22 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 223dfc0d..85710827 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -12,13 +12,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorNormal"
- android:paddingRight="4dip" />
-
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 74b7ca8d..2d1620db 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -12,13 +12,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorSelected"
- android:paddingRight="4dip" />
-
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 4910cdc7..46b28538 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -12,13 +12,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorUnread"
- android:paddingRight="4dip" />
-
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@@ -34,7 +27,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="There are many variations of passages of Lorem Ipsum available"
- android:textColor="?headlineTextColor"
+ android:textColor="?headlineUnreadTextColor"
android:textSize="16sp" />
<LinearLayout