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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1763 - (hide annotations) (download) (as text)
Thu Mar 22 10:17:30 2012 UTC (12 years, 2 months ago) by torben
File MIME type: text/xml
File size: 525 byte(s)
Lint corrections
1 torben 982 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    
4     android:orientation="vertical"
5     android:layout_width="fill_parent"
6     android:layout_height="fill_parent"
7     android:padding="5dp"
8     >
9     <ListView android:id="@id/android:list"
10     android:layout_width="fill_parent"
11     android:layout_height="wrap_content"
12     android:clickable="false"
13     android:layout_weight="1"
14     />
15    
16    
17     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20