Move over updated widget background drawables from the jb-dev branch

We had to update these to avoid the shadow on the right side of conversation
item backgrounds

Change-Id: I855cf09db6a1cb6b11f0d72001870caa0b35dbcd
diff --git a/res/drawable-sw600dp/widget_conversation_read_selector.xml b/res/drawable-sw600dp/widget_conversation_read_selector.xml
new file mode 100644
index 0000000..5302741
--- /dev/null
+++ b/res/drawable-sw600dp/widget_conversation_read_selector.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2012 Google Inc.
+     Licensed to The Android Open Source Project.
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_focused="true"
+          android:drawable="@drawable/list_conversation_wide_read_focused_holo" />
+    <item android:state_activated="true"
+          android:drawable="@drawable/list_conversation_wide_read_pressed_holo" />
+    <item android:state_pressed="true"
+          android:drawable="@drawable/list_conversation_wide_read_pressed_holo" />
+    <item android:state_selected="true"
+          android:drawable="@drawable/list_conversation_wide_read_selected_holo" />
+    <item android:state_selected="true"
+          android:state_activated="true"
+          android:drawable="@drawable/list_conversation_wide_read_selected_holo" />
+    <item android:drawable="@drawable/list_conversation_wide_read_normal_holo" />
+</selector>
diff --git a/res/drawable-sw600dp/widget_conversation_unread_selector.xml b/res/drawable-sw600dp/widget_conversation_unread_selector.xml
new file mode 100644
index 0000000..179a398
--- /dev/null
+++ b/res/drawable-sw600dp/widget_conversation_unread_selector.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2012 Google Inc.
+     Licensed to The Android Open Source Project.
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_focused="true"
+          android:drawable="@drawable/list_conversation_wide_unread_focused_holo" />
+    <item android:state_activated="true"
+          android:drawable="@drawable/list_conversation_wide_unread_pressed_holo" />
+    <item android:state_pressed="true"
+          android:drawable="@drawable/list_conversation_wide_unread_pressed_holo" />
+    <item android:state_selected="true"
+          android:drawable="@drawable/list_conversation_wide_unread_selected_holo" />
+    <item android:state_selected="true"
+          android:state_activated="true"
+          android:drawable="@drawable/list_conversation_wide_unread_selected_holo" />
+    <item android:drawable="@drawable/list_conversation_wide_unread_normal_holo" />
+</selector>
\ No newline at end of file