res/layout/group_list.xml
author Nikita Kozlov <nikita@elyzion.net>
Sat, 05 Nov 2011 22:27:58 +0100
changeset 921 319ce14e4826
parent 767 74a987c3efb5
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:
430
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     1
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
436
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     2
	android:orientation="vertical" android:layout_width="fill_parent"
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     3
	android:layout_height="fill_parent" android:paddingLeft="8dip"
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     4
	android:paddingRight="8dip">
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     5
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     6
	<ListView android:id="@android:id/list" android:layout_width="fill_parent"
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
     7
		android:layout_height="0dip" android:layout_weight="1"
767
74a987c3efb5 Add properties needed for accessibility.
Nolan Darilek <nolan@thewordnerd.info>
parents: 461
diff changeset
     8
		android:stackFromBottom="true" android:transcriptMode="normal"
74a987c3efb5 Add properties needed for accessibility.
Nolan Darilek <nolan@thewordnerd.info>
parents: 461
diff changeset
     9
		android:focusable="true"/>
436
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
    10
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
    11
	<EditText android:id="@+id/GroupListText"
461
17300b201cf5 Modification de l'UI de la contact list et de sendim.
dasilvj
parents: 436
diff changeset
    12
		android:layout_width="fill_parent"
17300b201cf5 Modification de l'UI de la contact list et de sendim.
dasilvj
parents: 436
diff changeset
    13
		android:layout_height="wrap_content"
17300b201cf5 Modification de l'UI de la contact list et de sendim.
dasilvj
parents: 436
diff changeset
    14
		android:maxLength="20"
436
13468f4c8f45 petit debug sur le call et maj group
Nikita Kozlov <nikita@beem-project.com>
parents: 430
diff changeset
    15
		android:singleLine="true" />
767
74a987c3efb5 Add properties needed for accessibility.
Nolan Darilek <nolan@thewordnerd.info>
parents: 461
diff changeset
    16
</LinearLayout>