aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-10-14 18:20:54 -0500
committerAndy Doan <doanac@gmail.com>2011-10-14 18:20:54 -0500
commit0c11d6460bb47064f85eca60857352f5d4279de4 (patch)
tree540606d38f035f1f2882456a1a8e3680c5dc8d2c
parent9c08bb63e27284963e4c0b7c7cef7c722c0bba2f (diff)
downloadLinaroConnect-0c11d6460bb47064f85eca60857352f5d4279de4.tar.gz
increase size of items in main layout
-rw-r--r--res/layout/connect_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/connect_item.xml b/res/layout/connect_item.xml
index 116a3b0..b07e2d6 100644
--- a/res/layout/connect_item.xml
+++ b/res/layout/connect_item.xml
@@ -13,7 +13,7 @@
android:background="@drawable/rounded"
android:textColor="#88b12d"
android:gravity="center"
- android:paddingTop="10px"
- android:paddingBottom="10px"
+ android:paddingTop="15px"
+ android:paddingBottom="15px"
/>
</LinearLayout> \ No newline at end of file