res/layout/group_list.xml
author Nikita Kozlov <nikita@beem-project.com>
Sun, 16 Jan 2011 12:44:59 +0100
changeset 844 30d32b73be7c
parent 767 74a987c3efb5
permissions -rw-r--r--
fix Bug #321 I have commented the PrivacyListManagerAdapter initialization because the exception came from the underneath code. Also, since the feature isn't finished (especially tested) and enabled in the gui, it will be safer.
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>