summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2010-10-12 23:31:31 -0700
committerDaniel Lehmann <lehmannd@google.com>2010-10-12 23:38:33 -0700
commit2d4f759e29edd983cf6436c06f2a87d847616ed5 (patch)
tree3a337cd4ea8144b3f0332e066cb9038c66dffb99 /res/xml
parentdbb292ea6697fa824f2022599f6efae93f47a674 (diff)
downloadandroid_packages_apps_Contacts-2d4f759e29edd983cf6436c06f2a87d847616ed5.tar.gz
android_packages_apps_Contacts-2d4f759e29edd983cf6436c06f2a87d847616ed5.tar.bz2
android_packages_apps_Contacts-2d4f759e29edd983cf6436c06f2a87d847616ed5.zip
First version of the ContactSocialWidget
Change-Id: I81771683e2f4edcf7a05c306249cb9f776be07eb
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/contact_social_widget_info.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/xml/contact_social_widget_info.xml b/res/xml/contact_social_widget_info.xml
new file mode 100644
index 000000000..4b83e2da3
--- /dev/null
+++ b/res/xml/contact_social_widget_info.xml
@@ -0,0 +1,23 @@
+<?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.
+-->
+
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:minWidth="294dip"
+ android:minHeight="72dip"
+ android:updatePeriodMillis="3600000"
+ android:initialLayout="@layout/contact_social_widget"
+ android:configure="com.android.contacts.contactSocialWidget.ContactSocialWidgetConfigureActivity" >
+</appwidget-provider>