summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2010-10-18 14:07:05 -0700
committerDaniel Lehmann <lehmannd@google.com>2010-10-18 14:07:05 -0700
commitb93a26c62aef357e01080b574b9103babe6435b0 (patch)
tree7c25b064b70a7403655cd4f8dae549a2ea3a4a6f /res/xml
parent3ff0a889d48ba12adb1da40a7aff1f32ec9c1e9f (diff)
downloadpackages_apps_Contacts-b93a26c62aef357e01080b574b9103babe6435b0.tar.gz
packages_apps_Contacts-b93a26c62aef357e01080b574b9103babe6435b0.tar.bz2
packages_apps_Contacts-b93a26c62aef357e01080b574b9103babe6435b0.zip
Rename ContactSocialWidget to SocialWidget. Remove camelHumps from package
Change-Id: I73ad45dae896bb82b50b880b411741740185374d
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/social_widget_info.xml (renamed from res/xml/contact_social_widget_info.xml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/contact_social_widget_info.xml b/res/xml/social_widget_info.xml
index 4b83e2da3..330ddc7cc 100644
--- a/res/xml/contact_social_widget_info.xml
+++ b/res/xml/social_widget_info.xml
@@ -18,6 +18,6 @@
android:minWidth="294dip"
android:minHeight="72dip"
android:updatePeriodMillis="3600000"
- android:initialLayout="@layout/contact_social_widget"
- android:configure="com.android.contacts.contactSocialWidget.ContactSocialWidgetConfigureActivity" >
+ android:initialLayout="@layout/social_widget"
+ android:configure="com.android.contacts.socialwidget.SocialWidgetConfigureActivity" >
</appwidget-provider>