/[projects]/android/People/res/layout/row.xml
ViewVC logotype

Contents of /android/People/res/layout/row.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 228 - (show annotations) (download) (as text)
Tue Aug 4 13:16:25 2009 UTC (14 years, 9 months ago) by torben
File MIME type: text/xml
File size: 1484 byte(s)
Added files
1
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content"
5 android:orientation="vertical">
6
7 <TextView android:id="@+id/name"
8 android:textSize="20sp"
9 android:textStyle="bold"
10 android:layout_width="fill_parent"
11 android:layout_height="wrap_content" android:text="Name"/>
12
13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
14 android:layout_width="fill_parent"
15 android:layout_height="wrap_content"
16 android:orientation="horizontal">
17
18 <TextView
19 android:textSize="18sp"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:text="Inits: " />
23
24 <TextView android:id="@+id/init"
25 android:textSize="18sp"
26 android:layout_width="wrap_content"
27 android:layout_height="wrap_content"
28 android:text="asd" />
29
30
31 <TextView
32 android:textSize="18sp"
33 android:layout_width="wrap_content"
34 android:layout_height="wrap_content"
35 android:text=" - Company: " />
36
37 <TextView android:id="@+id/company"
38 android:textSize="18sp"
39 android:layout_width="wrap_content"
40 android:layout_height="wrap_content"
41 android:text="GMA" />
42 </LinearLayout>
43 </LinearLayout>
44

  ViewVC Help
Powered by ViewVC 1.1.20