Commit bbe6d5b3 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Make bookmarks grid view inset by the width of the scrollbar.

Fix for http://b/issue?id=2148144

Change-Id: I2291939de843720899dfd8f4281ed9dcb6aa77a4
parent 445aaddf
......@@ -303,6 +303,7 @@ public class BrowserBookmarksPage extends Activity implements
mGridPage.setVerticalSpacing((int) (14 * density));
mGridPage.setHorizontalSpacing((int) (8 * density));
mGridPage.setStretchMode(GridView.STRETCH_SPACING);
mGridPage.setScrollBarStyle(View.SCROLLBARS_INSIDE_INSET);
mGridPage.setDrawSelectorOnTop(true);
if (mMostVisited) {
mGridPage.setEmptyView(mEmptyView);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment