summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-10-29 11:42:55 -0700
committerJohn Reck <jreck@google.com>2010-11-01 13:24:43 -0700
commitdf63d2ff2e9881706eef78796d05078d0ffb7f60 (patch)
tree22ae1d5b09227bf05ff4cd501723fa6af9715a5a /res/xml
parent0187f3352b9f8989c70b4842c0d4b528f5c796cd (diff)
downloadpackages_apps_Browser-df63d2ff2e9881706eef78796d05078d0ffb7f60.zip
packages_apps_Browser-df63d2ff2e9881706eef78796d05078d0ffb7f60.tar.gz
packages_apps_Browser-df63d2ff2e9881706eef78796d05078d0ffb7f60.tar.bz2
New bookmark list widget
Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bookmarklistwidget_info.xml (renamed from res/xml/bookmarkstackwidget.xml)10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/bookmarkstackwidget.xml b/res/xml/bookmarklistwidget_info.xml
index 56e7351..0baee5e 100644
--- a/res/xml/bookmarkstackwidget.xml
+++ b/res/xml/bookmarklistwidget_info.xml
@@ -14,12 +14,12 @@
limitations under the License.
-->
-<!-- 2x2 Widget displaying the user's bookmarks as thumbnails. -->
+<!-- 3x3 Widget displaying the user's bookmarks as a list with favicons. -->
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="146dip"
- android:minHeight="146dip"
- android:updatePeriodMillis="3600000"
+ android:minWidth="219dip"
+ android:minHeight="219dip"
+ android:updatePeriodMillis="0"
android:previewImage="@drawable/preview"
- android:initialLayout="@layout/bookmarkstackwidget">
+ android:initialLayout="@layout/bookmarklistwidget">
</appwidget-provider>