aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-13 10:25:15 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-13 10:25:15 +0000
commit631ffd0cc9091046d71f84863a6de6e237eb58d1 (patch)
treebc89d7a83da9ba85e81189858a6aac283ed5d3da /res
parent2ada92db0a557de0cb1b169534e3207582b44ec9 (diff)
downloadsouthamptonuniversitymap-631ffd0cc9091046d71f84863a6de6e237eb58d1.tar
southamptonuniversitymap-631ffd0cc9091046d71f84863a6de6e237eb58d1.tar.gz
Improvements to the POIView, use this http://mobile.tutsplus.com/tutorials/android/android-sdk_table-layout/ next to make the layout better.
Diffstat (limited to 'res')
-rw-r--r--res/layout/poi_dialog.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/poi_dialog.xml b/res/layout/poi_dialog.xml
index 44cb02a..cf97083 100644
--- a/res/layout/poi_dialog.xml
+++ b/res/layout/poi_dialog.xml
@@ -4,7 +4,9 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
- android:padding="10dp" >
+ android:paddingBottom="10dp"
+ android:paddingLeft="10dp"
+ android:paddingRight="10dp" >
<TextView
android:id="@+id/favouriteDialogMessage"