author | Vincent Veronis <veroni_v@epitech.net> |
Sun, 11 Oct 2009 18:39:16 +0200 | |
changeset 458 | a57f61c382e0 |
parent 387 | 055bfaf224ce |
child 597 | aa75a44fdffe |
permissions | -rw-r--r-- |
387 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
458
a57f61c382e0
Correction bug multi ajout meme user.
Vincent Veronis <veroni_v@epitech.net>
parents:
387
diff
changeset
|
3 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
387 | 4 |
android:orientation="vertical"> |
5 |
<TextView android:text="Jid:" android:id="@+id/jingledemocalljidlabel" |
|
6 |
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView> |
|
7 |
<EditText android:id="@+id/jingledemocalljid" |
|
8 |
android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText> |
|
9 |
<TextView android:text="Password:" android:id="@+id/jingledemocallpasswordlabel" |
|
10 |
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView> |
|
11 |
<EditText android:id="@+id/jingledemocallpassword" |
|
12 |
android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textPassword" ></EditText> |
|
13 |
||
14 |
<Button android:text="Connexion" android:id="@+id/jingledemocallconnectbutton" |
|
15 |
android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> |
|
16 |
<TextView android:text="Call who :" android:id="@+id/jingledemocallreceiverlabel" |
|
17 |
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView> |
|
18 |
||
19 |
<EditText android:text="" android:id="@+id/jingledemocallreceiver" android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText> |
|
20 |
||
21 |
<Button android:text="Call" android:id="@+id/jingledemocallbutton" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> |
|
22 |
</LinearLayout> |