[tor-commits] [orbot/master] gave the GridView some room to breath
n8fr8 at torproject.org
n8fr8 at torproject.org
Sat May 12 04:50:44 UTC 2018
commit a3f16974e7cfa79e51c0a9e850aa06fb777f669f
Author: lexi <bird.s.lex at gmail.com>
Date: Mon Feb 26 14:29:24 2018 -0500
gave the GridView some room to breath
---
app/src/main/res/layout/layout_apps.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/layout/layout_apps.xml b/app/src/main/res/layout/layout_apps.xml
index 1be50435..bc35af99 100644
--- a/app/src/main/res/layout/layout_apps.xml
+++ b/app/src/main/res/layout/layout_apps.xml
@@ -19,7 +19,7 @@
android:gravity="center"
android:horizontalSpacing="5dp"
android:numColumns="4"
- android:verticalSpacing="5dp">
+ android:verticalSpacing="15dp">
</GridView>
More information about the tor-commits
mailing list