summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmark_grid_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/bookmark_grid_row.xml')
-rw-r--r--res/layout/bookmark_grid_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/bookmark_grid_row.xml b/res/layout/bookmark_grid_row.xml
index 669cff34..5dc3a76a 100644
--- a/res/layout/bookmark_grid_row.xml
+++ b/res/layout/bookmark_grid_row.xml
@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingLeft="10dp"
- android:paddingRight="10dp">
+ android:paddingLeft="@dimen/combo_rowPadding"
+ android:paddingRight="@dimen/combo_rowPadding">
</LinearLayout>