Now the game is able to successfully show google map using MapView
[TheGame20100619.git] / LbgProject / res / layout / main.xml
blob4436bd1d48bd5ca6ffea352a10d64aed72ceab07
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" -->
3 <!--     android:orientation="vertical" -->
4 <!--     android:layout_width="fill_parent" -->
5 <!--     android:layout_height="fill_parent" -->
6 <!--     > -->
7 <!-- <TextView   -->
8 <!--     android:layout_width="fill_parent"  -->
9 <!--     android:layout_height="wrap_content"  -->
10 <!--     android:text="Hello World, LbgActivity" -->
11 <!--     /> -->
12 <!-- </LinearLayout> -->
13 <com.google.android.maps.MapView
14     xmlns:android="http://schemas.android.com/apk/res/android"
15     android:id="@+id/mapview"
16     android:layout_width="fill_parent"
17     android:layout_height="fill_parent"
18     android:clickable="true"
19     android:apiKey="0shQf-w4qUmZlCeXnO9K9UQ5fruTOj4uLXhKVsg"