summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
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>