res/layout/jingle_call_activity.xml
author Nikita Kozlov <nikita@elyzion.net>
Sat, 05 Nov 2011 22:27:58 +0100
changeset 921 319ce14e4826
parent 597 aa75a44fdffe
permissions -rwxr-xr-x
modify otr chat status for already openned chat when the participant goes offline
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
387
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     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
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     4
	android:orientation="vertical">
597
aa75a44fdffe Clean the drawable we don't use.
Da Risk <darisk972@gmail.com>
parents: 458
diff changeset
     5
<!--         <TextView android:text="Jid:" android:id="@+id/jingledemocalljidlabel"
387
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     6
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     7
	<EditText android:id="@+id/jingledemocalljid"
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     8
		android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     9
	<TextView android:text="Password:" android:id="@+id/jingledemocallpasswordlabel"
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    10
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    11
	<EditText android:id="@+id/jingledemocallpassword"
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    12
		android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textPassword" ></EditText>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    13
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    14
	<Button android:text="Connexion" android:id="@+id/jingledemocallconnectbutton"
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    15
		android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    16
	<TextView android:text="Call who :" android:id="@+id/jingledemocallreceiverlabel"
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    17
		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    18
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    19
<EditText android:text="" android:id="@+id/jingledemocallreceiver" android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    20
597
aa75a44fdffe Clean the drawable we don't use.
Da Risk <darisk972@gmail.com>
parents: 458
diff changeset
    21
<Button android:text="Call" android:id="@+id/jingledemocallbutton" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>       -->
aa75a44fdffe Clean the drawable we don't use.
Da Risk <darisk972@gmail.com>
parents: 458
diff changeset
    22
<ImageView android:id="@+id/log_as_logo"
aa75a44fdffe Clean the drawable we don't use.
Da Risk <darisk972@gmail.com>
parents: 458
diff changeset
    23
    android:layout_width="fill_parent" android:layout_height="wrap_content"
aa75a44fdffe Clean the drawable we don't use.
Da Risk <darisk972@gmail.com>
parents: 458
diff changeset
    24
    android:layout_marginBottom="25px" android:layout_marginTop="42px" />
387
055bfaf224ce First commit of jingle demo
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    25
</LinearLayout>