summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarks.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-20 13:00:12 -0700
committerJohn Reck <jreck@google.com>2011-06-20 13:21:56 -0700
commit9db9529bdb7490ccd72fbe66f7e9c9d7cdd73899 (patch)
tree323b6720146f40e7cf44a0726bb2021e71c64315 /res/layout/bookmarks.xml
parentb6f83376eaf0766a8e5aa6eeb06976f463f37ea0 (diff)
downloadpackages_apps_Browser-9db9529bdb7490ccd72fbe66f7e9c9d7cdd73899.tar.gz
packages_apps_Browser-9db9529bdb7490ccd72fbe66f7e9c9d7cdd73899.tar.bz2
packages_apps_Browser-9db9529bdb7490ccd72fbe66f7e9c9d7cdd73899.zip
Re-enable list view mode
Bug: 4645489 Change-Id: Id6eab53a6cb73083781c96a41bfeffec6eae0498
Diffstat (limited to 'res/layout/bookmarks.xml')
-rw-r--r--res/layout/bookmarks.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml
index 4a13c6f79..e02e2ff91 100644
--- a/res/layout/bookmarks.xml
+++ b/res/layout/bookmarks.xml
@@ -31,7 +31,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.android.browser.view.BookmarkExpandableGridView
+ <com.android.browser.view.BookmarkExpandableView
android:id="@+id/grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -39,15 +39,6 @@
android:childDivider="@android:color/transparent"
android:divider="@android:color/transparent"
android:dividerHeight="0dp" />
- <ListView
- android:id="@+id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:listSelector="@drawable/bookmark_thumb_selector"
- android:drawSelectorOnTop="true"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:visibility="gone"/>
<TextView
android:id="@android:id/empty"
android:layout_width="wrap_content"