Adding ContactPhotoManager and dependent classes.
Moved from People package so it can be shared by dialer.
Bug: 6993891
Change-Id: I85268c040498621a324c459ce237a51b30e7d3a4
diff --git a/res-common/drawable-hdpi/ic_contact_picture_180_holo_dark.png b/res-common/drawable-hdpi/ic_contact_picture_180_holo_dark.png
new file mode 100644
index 0000000..a17da61
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_contact_picture_180_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-hdpi/ic_contact_picture_180_holo_light.png b/res-common/drawable-hdpi/ic_contact_picture_180_holo_light.png
new file mode 100644
index 0000000..38e4c30
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_contact_picture_180_holo_light.png
Binary files differ
diff --git a/res-common/drawable-hdpi/ic_contact_picture_holo_dark.png b/res-common/drawable-hdpi/ic_contact_picture_holo_dark.png
new file mode 100644
index 0000000..314fa00
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_contact_picture_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-hdpi/ic_contact_picture_holo_light.png b/res-common/drawable-hdpi/ic_contact_picture_holo_light.png
new file mode 100644
index 0000000..4c0e35e
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_contact_picture_holo_light.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_contact_picture_180_holo_dark.png b/res-common/drawable-mdpi/ic_contact_picture_180_holo_dark.png
new file mode 100644
index 0000000..acba333
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_contact_picture_180_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_contact_picture_180_holo_light.png b/res-common/drawable-mdpi/ic_contact_picture_180_holo_light.png
new file mode 100644
index 0000000..0b52683
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_contact_picture_180_holo_light.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_contact_picture_holo_dark.png b/res-common/drawable-mdpi/ic_contact_picture_holo_dark.png
new file mode 100644
index 0000000..6876777
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_contact_picture_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_contact_picture_holo_light.png b/res-common/drawable-mdpi/ic_contact_picture_holo_light.png
new file mode 100644
index 0000000..ead9718
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_contact_picture_holo_light.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_contact_picture_180_holo_dark.png b/res-common/drawable-xhdpi/ic_contact_picture_180_holo_dark.png
new file mode 100644
index 0000000..c4c001e
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_contact_picture_180_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_contact_picture_180_holo_light.png b/res-common/drawable-xhdpi/ic_contact_picture_180_holo_light.png
new file mode 100644
index 0000000..f6fd172
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_contact_picture_180_holo_light.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_contact_picture_holo_dark.png b/res-common/drawable-xhdpi/ic_contact_picture_holo_dark.png
new file mode 100644
index 0000000..ddf797f
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_contact_picture_holo_dark.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_contact_picture_holo_light.png b/res-common/drawable-xhdpi/ic_contact_picture_holo_light.png
new file mode 100644
index 0000000..05a65f6
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_contact_picture_holo_light.png
Binary files differ
diff --git a/res-common/values/colors.xml b/res-common/values/colors.xml
new file mode 100644
index 0000000..5f9044a
--- /dev/null
+++ b/res-common/values/colors.xml
@@ -0,0 +1,22 @@
+<!--
+ ~ Copyright (C) 2012 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
+ -->
+
+<resources>
+
+ <!-- Color of image view placeholder. -->
+ <color name="image_placeholder">#DDDDDD</color>
+
+</resources>