diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2012-04-28 10:37:55 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2012-04-28 10:37:55 +0200 |
commit | ca80bf01b89193734b3810dc73ab458714ce77ca (patch) | |
tree | b4a586add377c73d4529217c864005f7a109f818 /main/res/layout/map_static_item.xml | |
parent | 949af91c47df73483058008f85e25fd96ed7c23a (diff) | |
download | cgeo-ca80bf01b89193734b3810dc73ab458714ce77ca.zip cgeo-ca80bf01b89193734b3810dc73ab458714ce77ca.tar.gz cgeo-ca80bf01b89193734b3810dc73ab458714ce77ca.tar.bz2 |
add small margin between different static maps
* sometimes 2 images visually blend into each other without that margin
Diffstat (limited to 'main/res/layout/map_static_item.xml')
-rw-r--r-- | main/res/layout/map_static_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/layout/map_static_item.xml b/main/res/layout/map_static_item.xml index 057ff72..3416e65 100644 --- a/main/res/layout/map_static_item.xml +++ b/main/res/layout/map_static_item.xml @@ -4,6 +4,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" + android:layout_marginBottom="10dip" android:scaleType="centerCrop" android:padding="3dip" android:gravity="center" />
\ No newline at end of file |