update ui layout
[freespace.git] / res / layout / map_view.xml
blobc4055c71cfc709f054b8b5a49415dac6f5f14235
1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:layout_width="fill_parent" android:layout_height="fill_parent">
4         <com.google.android.maps.MapView
5                 android:id="@+id/MapView01" android:layout_width="fill_parent"
6                 android:layout_height="fill_parent" android:apiKey="0-u-yJRu06fXM3pfW5lRXnqUdgdqPua9bDU7I0w" />
7         <LinearLayout android:layout_width="fill_parent"
8                 android:layout_height="wrap_content">
9                 <EditText android:lines="1" android:layout_width="100px"
10                 android:layout_height="wrap_content" android:id="@+id/location"></EditText>
11                 <Button android:layout_width="wrap_content"
12                 android:layout_height="wrap_content" android:text="@string/go" android:id="@+id/go"/>
13         </LinearLayout>
14 </FrameLayout>