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

Annotation of /android/TrainInfo/res/layout/main.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 365 - (hide annotations) (download) (as text)
Wed Sep 30 09:14:27 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 944 byte(s)
First workable version with timetable feature
1 torben 237 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 torben 336 xmlns:admobsdk="http://schemas.android.com/apk/res/dk.thoerup.traininfo"
4    
5 torben 237 android:orientation="vertical"
6     android:layout_width="fill_parent"
7     android:layout_height="fill_parent"
8     android:padding="5dp"
9     >
10     <ListView android:id="@id/android:list"
11     android:layout_width="fill_parent"
12 torben 336 android:layout_height="wrap_content"
13 torben 237 android:clickable="false"
14 torben 336 android:layout_weight="1"
15 torben 237 />
16 torben 336
17    
18 torben 365 <!-- com.admob.android.ads.AdView
19 torben 336 android:id="@+id/ad"
20     android:layout_width="fill_parent"
21     android:layout_height="wrap_content"
22     admobsdk:backgroundColor="#000000"
23     admobsdk:textColor="#FFFFFF"
24     admobsdk:keywords="Android application"
25    
26 torben 365 /-->
27 torben 336 <!-- admobsdk:testing="true" -->
28 torben 237 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20