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