summaryrefslogtreecommitdiff
path: root/res/layout-port
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
commitbc7e851b9a11655f9cbca91d301781c238c4d67e (patch)
tree88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/layout-port
parent15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff)
add shadows to light theme, misc layout/theme tweaks
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