/[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 384 - (show annotations) (download) (as text)
Fri Oct 2 12:40:51 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 702 byte(s)
Prepare for release 0.3
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 comment1="Debug key"
15 DEBUGapiKey="09LGkq4oa5TGwzSWNeq6-t51gCAhVlRQomTPUDw"
16
17 comment2="Release key"
18 android:apiKey="09LGkq4oa5THEW6oWcMBbMdTppzvJyRrkPnvV2g"
19 />
20
21
22 </RelativeLayout>

  ViewVC Help
Powered by ViewVC 1.1.20