res/layout/jingle_call_activity.xml
changeset 1044 197a85a35cba
parent 1043 7d6f2526244a
child 1045 e5a970600066
equal deleted inserted replaced
1043:7d6f2526244a 1044:197a85a35cba
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:layout_width="fill_parent" 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 <ImageView android:id="@+id/log_as_logo"
       
    23     android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    24     android:layout_marginBottom="25px" android:layout_marginTop="42px" />
       
    25 </LinearLayout>