Merge "Don't use private resources in ContactsCommon/Dialer" into klp-dev
diff --git a/res-common/drawable-hdpi/list_longpressed_holo_light.9.png b/res-common/drawable-hdpi/list_longpressed_holo_light.9.png
new file mode 100644
index 0000000..e9afcc9
--- /dev/null
+++ b/res-common/drawable-hdpi/list_longpressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-hdpi/list_pressed_holo_light.9.png b/res-common/drawable-hdpi/list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2054530
--- /dev/null
+++ b/res-common/drawable-hdpi/list_pressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-mdpi/list_longpressed_holo_light.9.png b/res-common/drawable-mdpi/list_longpressed_holo_light.9.png
new file mode 100644
index 0000000..3226ab7
--- /dev/null
+++ b/res-common/drawable-mdpi/list_longpressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-mdpi/list_pressed_holo_light.9.png b/res-common/drawable-mdpi/list_pressed_holo_light.9.png
new file mode 100644
index 0000000..061904c
--- /dev/null
+++ b/res-common/drawable-mdpi/list_pressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/list_longpressed_holo_light.9.png b/res-common/drawable-xhdpi/list_longpressed_holo_light.9.png
new file mode 100644
index 0000000..5532e88
--- /dev/null
+++ b/res-common/drawable-xhdpi/list_longpressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/list_pressed_holo_light.9.png b/res-common/drawable-xhdpi/list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f4af926
--- /dev/null
+++ b/res-common/drawable-xhdpi/list_pressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-xxhdpi/list_longpressed_holo_light.9.png b/res-common/drawable-xxhdpi/list_longpressed_holo_light.9.png
new file mode 100644
index 0000000..230d649
--- /dev/null
+++ b/res-common/drawable-xxhdpi/list_longpressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable-xxhdpi/list_pressed_holo_light.9.png b/res-common/drawable-xxhdpi/list_pressed_holo_light.9.png
new file mode 100644
index 0000000..1352a17
--- /dev/null
+++ b/res-common/drawable-xxhdpi/list_pressed_holo_light.9.png
Binary files differ
diff --git a/res-common/drawable/list_selector_background_transition_holo_light.xml b/res-common/drawable/list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..2541a2b
--- /dev/null
+++ b/res-common/drawable/list_selector_background_transition_holo_light.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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.
+-->
+
+<transition xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/list_pressed_holo_light" />
+ <item android:drawable="@drawable/list_longpressed_holo_light" />
+</transition>