/[projects]/android/TrainInfo/res/layout/stationmap.xml
ViewVC logotype

Contents of /android/TrainInfo/res/layout/stationmap.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 368 - (show annotations) (download) (as text)
Wed Sep 30 13:32:20 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 599 byte(s)
First iteration on stationmap
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/mainlayout"
4 android:orientation="vertical"
5 android:layout_width="fill_parent"
6 android:layout_height="fill_parent" >
7
8 <com.google.android.maps.MapView
9 android:id="@+id/mapview"
10 android:layout_width="fill_parent"
11 android:layout_height="fill_parent"
12 android:clickable="true"
13
14 comment="Debug key"
15 android:apiKey="09LGkq4oa5TGwzSWNeq6-t51gCAhVlRQomTPUDw"
16 />
17
18
19 </RelativeLayout>

  ViewVC Help
Powered by ViewVC 1.1.20