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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 237 by torben, Sat Aug 8 19:02:20 2009 UTC revision 336 by torben, Wed Sep 23 12:51:49 2009 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
2  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3                              xmlns:admobsdk="http://schemas.android.com/apk/res/dk.thoerup.traininfo"
4    
5      android:orientation="vertical"      android:orientation="vertical"
6      android:layout_width="fill_parent"      android:layout_width="fill_parent"
7      android:layout_height="fill_parent"      android:layout_height="fill_parent"
# Line 7  Line 9 
9      >      >
10          <ListView android:id="@id/android:list"          <ListView android:id="@id/android:list"
11                 android:layout_width="fill_parent"                 android:layout_width="fill_parent"
12                 android:layout_height="fill_parent"                 android:layout_height="wrap_content"
13                 android:clickable="false"                 android:clickable="false"
14                   android:layout_weight="1"
15                 />                 />
16        
17        
18            <com.admob.android.ads.AdView  
19                                    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                    />
27                   <!--   admobsdk:testing="true" -->
28  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.237  
changed lines
  Added in v.336

  ViewVC Help
Powered by ViewVC 1.1.20