H14n (holographication) of Contacts
Of course this is just the initial switch so that we
can start seeing what else needs to change.
Change-Id: Id91580c61a88adaafbff654bc860ac3c42943f36
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 992bf5d..228d883 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -459,7 +459,7 @@
android:theme="@android:style/Theme.Translucent">
</activity>
- <!-- Makes .ContactListActivity the search target for any activity in Contacts -->
+ <!-- Makes .ContactBrowserActivity the search target for any activity in Contacts -->
<meta-data
android:name="android.app.default_searchable"
android:value=".activities.ContactBrowserActivity" />
diff --git a/res/drawable-mdpi/view_bg.9.png b/res/drawable-mdpi/view_bg.9.png
index f7ed606..b78c56d 100644
--- a/res/drawable-mdpi/view_bg.9.png
+++ b/res/drawable-mdpi/view_bg.9.png
Binary files differ
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index cc8682f..fbaa342 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -15,7 +15,7 @@
-->
<resources>
- <style name="ContactBrowserTheme" parent="@android:Theme.WithActionBar">
+ <style name="ContactBrowserTheme" parent="@android:Theme.Light.Holo">
</style>
<style name="ContactPickerTheme" parent="@android:Theme.Dialog">
</style>