res/layout/jingle_call_activity.xml
changeset 387 055bfaf224ce
child 458 a57f61c382e0
equal deleted inserted replaced
383:228b20eb8b44 387:055bfaf224ce
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:layout_width="wrap_content" android:layout_height="wrap_content"
       
     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>