author | marseille |
Sat, 25 Apr 2009 21:33:18 +0200 | |
changeset 185 | 16373c4cd733 |
parent 136 | 4cba5e27fcb3 |
child 190 | 079488da1bfc |
permissions | -rwxr-xr-x |
132 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
android:orientation="vertical" |
|
4 |
android:layout_width="fill_parent" |
|
5 |
android:layout_height="fill_parent" |
|
6 |
> |
|
7 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
8 |
android:orientation="horizontal" |
|
9 |
android:layout_width="fill_parent" |
|
10 |
android:layout_height="wrap_content" |
|
11 |
> |
|
12 |
<TextView |
|
13 |
android:layout_width="wrap_content" |
|
14 |
android:layout_height="wrap_content" |
|
15 |
android:text="Login:" |
|
16 |
android:minWidth="70dp" |
|
17 |
/> |
|
18 |
||
136
4cba5e27fcb3
debug et fin de l'ajout de contacte, il faut encore gerer la
nikita@nikita-rack
parents:
132
diff
changeset
|
19 |
<EditText android:id="@+id/AC_login" |
132 | 20 |
android:layout_width="wrap_content" |
21 |
android:layout_height="wrap_content" |
|
22 |
android:singleLine="true" |
|
23 |
android:textSize="16sp" |
|
24 |
android:autoText="false" |
|
25 |
android:capitalize="none" |
|
26 |
android:minWidth="250dp" |
|
27 |
android:scrollHorizontally="true"/> |
|
28 |
</LinearLayout> |
|
29 |
||
30 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
31 |
android:orientation="horizontal" |
|
32 |
android:layout_width="fill_parent" |
|
33 |
android:layout_height="wrap_content" |
|
34 |
> |
|
35 |
<TextView |
|
36 |
android:layout_width="wrap_content" |
|
37 |
android:layout_height="wrap_content" |
|
38 |
android:text="Alias:" |
|
39 |
android:minWidth="70dp" |
|
40 |
/> |
|
136
4cba5e27fcb3
debug et fin de l'ajout de contacte, il faut encore gerer la
nikita@nikita-rack
parents:
132
diff
changeset
|
41 |
<EditText android:id="@+id/AC_alias" |
132 | 42 |
android:layout_width="wrap_content" |
43 |
android:layout_height="wrap_content" |
|
44 |
android:singleLine="true" |
|
45 |
android:textSize="16sp" |
|
46 |
android:autoText="false" |
|
47 |
android:minWidth="250dp" |
|
48 |
android:capitalize="none" |
|
49 |
android:scrollHorizontally="true"/> |
|
50 |
</LinearLayout> |
|
51 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
52 |
android:orientation="horizontal" |
|
53 |
android:layout_width="fill_parent" |
|
54 |
android:layout_height="wrap_content" |
|
55 |
> |
|
56 |
<TextView |
|
57 |
android:layout_width="wrap_content" |
|
58 |
android:layout_height="wrap_content" |
|
59 |
android:text="Group:" |
|
60 |
android:minWidth="70dp" |
|
61 |
/> |
|
136
4cba5e27fcb3
debug et fin de l'ajout de contacte, il faut encore gerer la
nikita@nikita-rack
parents:
132
diff
changeset
|
62 |
<EditText android:id="@+id/AC_group" |
132 | 63 |
android:layout_width="wrap_content" |
64 |
android:layout_height="wrap_content" |
|
65 |
android:singleLine="true" |
|
66 |
android:textSize="16sp" |
|
67 |
android:autoText="false" |
|
68 |
android:minWidth="250dp" |
|
69 |
android:capitalize="none" |
|
70 |
android:scrollHorizontally="true"/> |
|
71 |
</LinearLayout> |
|
136
4cba5e27fcb3
debug et fin de l'ajout de contacte, il faut encore gerer la
nikita@nikita-rack
parents:
132
diff
changeset
|
72 |
<Button android:id="@+id/AC_ok" |
132 | 73 |
android:layout_width="wrap_content" |
74 |
android:layout_height="wrap_content" |
|
75 |
android:layout_alignParentRight="true" |
|
76 |
android:text="OK"> |
|
77 |
<requestFocus/> |
|
78 |
</Button> |
|
79 |
</LinearLayout> |