Reduce size of menus
Bug: 5452031
Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
diff --git a/src/com/android/browser/NavigationBarTablet.java b/src/com/android/browser/NavigationBarTablet.java
index be3a9ab..ef29a49 100644
--- a/src/com/android/browser/NavigationBarTablet.java
+++ b/src/com/android/browser/NavigationBarTablet.java
@@ -31,6 +31,8 @@
import android.widget.ImageButton;
import android.widget.ImageView;
+import com.android.browser.UI.ComboViews;
+
import java.util.List;
public class NavigationBarTablet extends NavigationBarBase {
@@ -173,7 +175,7 @@
getContext().startActivity(intent);
}
} else if (mAllButton == v) {
- mUiController.bookmarksOrHistoryPicker(false);
+ mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
} else if (mSearchButton == v) {
mBaseUi.editUrl(true);
} else if (mStopButton == v) {