res/layout/jingle_call_activity.xml
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--
Correction bug multi ajout meme user.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="fill_parent" android:layout_height="wrap_content"
	android:orientation="vertical">
	<TextView android:text="Jid:" android:id="@+id/jingledemocalljidlabel"
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
	<EditText android:id="@+id/jingledemocalljid"
		android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>
	<TextView android:text="Password:" android:id="@+id/jingledemocallpasswordlabel"
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
	<EditText android:id="@+id/jingledemocallpassword"
		android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textPassword" ></EditText>

	<Button android:text="Connexion" android:id="@+id/jingledemocallconnectbutton"
		android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
	<TextView android:text="Call who :" android:id="@+id/jingledemocallreceiverlabel"
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>

<EditText android:text="" android:id="@+id/jingledemocallreceiver" android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>

<Button android:text="Call" android:id="@+id/jingledemocallbutton" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
</LinearLayout>