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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 228 - (hide 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: 1430 byte(s)
Added files
1 torben 228
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="wrap_content"
5     android:layout_height="wrap_content"
6     android:paddingLeft="4dp"
7     android:paddingRight="4dp">
8    
9     <LinearLayout
10     android:orientation="horizontal"
11     android:layout_width="fill_parent"
12     android:layout_height="wrap_content"
13     android:paddingTop="6dip"
14     android:paddingBottom="6dip"
15     >
16     <TextView
17     android:layout_width="wrap_content"
18     android:layout_height="30sp"
19     android:textSize="18sp"
20     android:text="Search "
21     />
22     <EditText
23     android:id="@+id/entry"
24     android:layout_width="fill_parent"
25     android:layout_height="wrap_content"
26     android:background="@android:drawable/editbox_background"
27     android:singleLine="true"
28     android:inputType="textVisiblePassword"
29     />
30    
31     </LinearLayout>
32    
33     <View
34     android:layout_width="fill_parent"
35     android:layout_height="2dip"
36     android:background="#aaaaaa"
37     android:padding="12dip"
38     />
39    
40     <ListView android:id="@id/android:list"
41     android:layout_width="wrap_content"
42     android:layout_height="wrap_content"
43     android:drawSelectorOnTop="false"
44     android:textFilterEnabled="true"
45     />
46    
47     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20