diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:58 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:58 -0700 |
commit | e3f4516c2154539cb5778ef061abf8a0ccf90a5e (patch) | |
tree | 79159ed7ec3dc97d6dc9f0499d5f95d46d6f195c /res/xml | |
parent | 9a379bd668227d3dcea30312025f304fd248f6e3 (diff) | |
download | LegacyCamera-e3f4516c2154539cb5778ef061abf8a0ccf90a5e.zip LegacyCamera-e3f4516c2154539cb5778ef061abf8a0ccf90a5e.tar.gz LegacyCamera-e3f4516c2154539cb5778ef061abf8a0ccf90a5e.tar.bz2 |
auto import from //branches/cupcake/...@137873
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/appwidget_info.xml (renamed from res/xml/gadget_info.xml) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/gadget_info.xml b/res/xml/appwidget_info.xml index 5efaddd..92ec85b 100644 --- a/res/xml/gadget_info.xml +++ b/res/xml/appwidget_info.xml @@ -14,11 +14,11 @@ limitations under the License. --> -<gadget-provider xmlns:android="http://schemas.android.com/apk/res/android" +<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" android:minWidth="146dip" android:minHeight="146dip" android:updatePeriodMillis="0" android:initialLayout="@layout/photo_frame" - android:configure="com.android.camera.PhotoGadgetConfigure" + android:configure="com.android.camera.PhotoAppWidgetConfigure" > -</gadget-provider> +</appwidget-provider> |