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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 982 - (show annotations) (download) (as text)
Sun Jul 11 14:58:13 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/xml
File size: 603 byte(s)
Add support for showing station-notifications
1 <?xml version="1.0" encoding="utf-8"?>
2 <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"
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 android:layout_height="wrap_content"
13 android:clickable="false"
14 android:layout_weight="1"
15 />
16
17
18 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20