2010-09-23 16:19:44 +00:00
|
|
|
<?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"
|
2012-09-19 09:03:31 +00:00
|
|
|
android:minWidth="180dp"
|
|
|
|
android:minHeight="180dp"
|
|
|
|
android:minResizeWidth="180dp"
|
|
|
|
android:minResizeHeight="110dp"
|
2010-09-23 16:19:44 +00:00
|
|
|
android:updatePeriodMillis="0"
|
2010-12-16 01:49:07 +00:00
|
|
|
android:previewImage="@drawable/email_widget_preview"
|
2010-12-17 17:54:20 +00:00
|
|
|
android:initialLayout="@layout/widget"
|
2011-02-28 21:32:37 +00:00
|
|
|
android:resizeMode="horizontal|vertical"
|
2012-06-28 17:40:46 +00:00
|
|
|
android:configure="com.android.email2.ui.MailboxSelectionActivityEmail"
|
2012-10-05 19:42:16 +00:00
|
|
|
android:widgetCategory="home_screen|keyguard" />
|