From 1bc939e60b361bd85915511b0b3c27bb4ae12238 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 15 May 2013 14:13:21 +0400 Subject: [PATCH] fix several style-related issues on tablet ui --- res/drawable/headline_row_unread_light.xml | 7 +++++++ res/drawable/headline_row_unread_sepia.xml | 7 +++++++ res/layout/headlines_row_selected_unread.xml | 1 + res/layout/headlines_row_unread.xml | 1 - res/values-v11/style.xml | 4 ++-- res/values/resources.xml | 2 ++ 6 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 res/drawable/headline_row_unread_light.xml create mode 100644 res/drawable/headline_row_unread_sepia.xml diff --git a/res/drawable/headline_row_unread_light.xml b/res/drawable/headline_row_unread_light.xml new file mode 100644 index 00000000..d64bd7be --- /dev/null +++ b/res/drawable/headline_row_unread_light.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/headline_row_unread_sepia.xml b/res/drawable/headline_row_unread_sepia.xml new file mode 100644 index 00000000..a19a9559 --- /dev/null +++ b/res/drawable/headline_row_unread_sepia.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index a91d5407..9051cfc9 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -11,6 +11,7 @@ android:id="@+id/linearLayout6" android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="center_vertical" android:orientation="horizontal" > @android:color/transparent @drawable/headline_row_selected_light @color/headline_row_selected_light - #f0f0f0 + @drawable/headline_row_unread_light @android:color/transparent @drawable/headline_row_selected_light @color/headline_row_selected_light @@ -32,7 +32,7 @@ @drawable/shadow_feeds_sepia @drawable/shadow_headlines_sepia @drawable/paper_sepia - #F2EAE8 + @drawable/headline_row_unread_sepia @drawable/headline_row_selected_sepia @color/headline_row_selected_sepia @drawable/headline_row_selected_sepia diff --git a/res/values/resources.xml b/res/values/resources.xml index a87b671b..a3fe5a2f 100644 --- a/res/values/resources.xml +++ b/res/values/resources.xml @@ -11,4 +11,6 @@ #1c1d1e #22667f #383c42 + #f0f0f0 + #F2EAE8 \ No newline at end of file