summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-10-03 14:57:38 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-10-03 14:57:38 +0200
commit7fcefdbbe76da22f1c35de34353fa18d05836298 (patch)
treef21ede3012fa77cfeedb0c9a402c7f0165fca5e8 /res
parent483ddecca69b5353c1c49426fc99f329976d96b7 (diff)
downloadAntennaPod-7fcefdbbe76da22f1c35de34353fa18d05836298.zip
Increased margins in gpodder.net pocast list
Diffstat (limited to 'res')
-rw-r--r--res/layout/gpodnet_podcast_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/gpodnet_podcast_list.xml b/res/layout/gpodnet_podcast_list.xml
index 149b52033..0112754ee 100644
--- a/res/layout/gpodnet_podcast_list.xml
+++ b/res/layout/gpodnet_podcast_list.xml
@@ -11,8 +11,8 @@
android:id="@+id/gridView"
android:stretchMode="columnWidth"
android:numColumns="auto_fit"
- android:verticalSpacing="4dp"
- android:horizontalSpacing="4dp"
+ android:verticalSpacing="8dp"
+ android:horizontalSpacing="8dp"
android:gravity="center"
android:columnWidth="200dp"
tools:listitem="@layout/gpodnet_podcast_listitem"/>