summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarkthumbnailwidget.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/bookmarkthumbnailwidget.xml')
-rw-r--r--res/layout/bookmarkthumbnailwidget.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/bookmarkthumbnailwidget.xml b/res/layout/bookmarkthumbnailwidget.xml
index 3d7f7d0..967e4c1 100644
--- a/res/layout/bookmarkthumbnailwidget.xml
+++ b/res/layout/bookmarkthumbnailwidget.xml
@@ -25,7 +25,8 @@
android:id="@+id/bookmarks_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:numColumns="2"
+ android:numColumns="auto_fit"
+ android:columnWidth="@dimen/widgetColumnWidth"
android:paddingTop="6dip"
android:paddingRight="7dip"
android:paddingLeft="7dip"