diff options
| author | Leon Scroggins <scroggo@google.com> | 2009-06-18 12:05:28 -0400 |
|---|---|---|
| committer | Leon Scroggins <scroggo@google.com> | 2009-06-18 17:01:59 -0400 |
| commit | b6b7f9ef3b4ed220063f555d8b7c205210a61a04 (patch) | |
| tree | feaa09ad4d5310921189e15cf1307091aa8e34b7 /src/com/android/browser/CombinedBookmarkHistoryActivity.java | |
| parent | 7874657df1a62c8e3b2b9fcc47570333664d6988 (diff) | |
| download | packages_apps_Browser-b6b7f9ef3b4ed220063f555d8b7c205210a61a04.tar.gz packages_apps_Browser-b6b7f9ef3b4ed220063f555d8b7c205210a61a04.tar.bz2 packages_apps_Browser-b6b7f9ef3b4ed220063f555d8b7c205210a61a04.zip | |
Use a grid view for bookmarks page.
The BrowserProvider now stores another blob
for a screenshot of the page. If the current
page is a bookmark, store a screenshot. When
viewing bookmarks, show a gridview of screenshots
of the bookmarks.
Requires a change to framework to add THUMBNAIL
to Browser.BookmarkColumns and to the HISTORY_PROJECTION
Diffstat (limited to 'src/com/android/browser/CombinedBookmarkHistoryActivity.java')
| -rw-r--r-- | src/com/android/browser/CombinedBookmarkHistoryActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/CombinedBookmarkHistoryActivity.java b/src/com/android/browser/CombinedBookmarkHistoryActivity.java index 963f1792f..6926c8ff1 100644 --- a/src/com/android/browser/CombinedBookmarkHistoryActivity.java +++ b/src/com/android/browser/CombinedBookmarkHistoryActivity.java @@ -84,7 +84,7 @@ public class CombinedBookmarkHistoryActivity extends TabActivity Resources resources = getResources(); getIconListenerSet(getContentResolver()); - Intent bookmarksIntent = new Intent(this, BrowserBookmarksPage.class); + Intent bookmarksIntent = new Intent(this, BookmarkGridPage.class); bookmarksIntent.putExtras(extras); tabHost.addTab(tabHost.newTabSpec(BOOKMARKS_TAB) .setIndicator(resources.getString(R.string.tab_bookmarks), |
