res/layout/group_list.xml
author Nikita Kozlov <nikita@beem-project.com>
Thu, 01 Oct 2009 18:03:32 +0200
changeset 430 ebadf7ab35ee
child 436 13468f4c8f45
permissions -rw-r--r--
debut du change groups
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"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     2
    android:orientation="vertical"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     3
    android:layout_width="fill_parent" 
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     4
    android:layout_height="fill_parent"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     5
    android:paddingLeft="8dip"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     6
    android:paddingRight="8dip">
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     7
    
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     8
    <ListView android:id="@android:id/list"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
     9
        android:layout_width="fill_parent" 
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    10
        android:layout_height="0dip"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    11
        android:layout_weight="1"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    12
        android:stackFromBottom="true"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    13
        android:transcriptMode="normal"/>
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    14
        
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    15
    <EditText android:id="@+id/GroupListText"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    16
        android:layout_width="fill_parent"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    17
        android:layout_height="wrap_content"
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    18
        android:singleLine="true" />
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    19
        
ebadf7ab35ee debut du change groups
Nikita Kozlov <nikita@beem-project.com>
parents:
diff changeset
    20
</LinearLayout>