aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/map_static_item.xml
blob: 3416e6522132e887d461b3c01d2892f73d7185f3 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
			android:id="@+id/map_image"
			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" />