OSDN Git Service

#19468
[tokyorunners/tokyorunners.git] / res / layout / map.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:id="@+id/mapmode"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7 <com.google.android.maps.MapView
8         android:id="@+id/mapview"
9         android:layout_width="fill_parent" 
10         android:layout_height="fill_parent"
11         android:enabled="true"
12         android:clickable="true"
13         android:apiKey="0Skdh34vkCEkIyB_WhuM2Zu68i7rT7sVHv-vWYg"
14         />      
15 </LinearLayout>