res/layout/contactlistgroup.xml
author Da Risk <darisk972@gmail.com>
Tue, 14 Apr 2009 16:56:20 +0200
changeset 105 c6e4728ac9f7
parent 47 743ccc7961dc
child 167 3cf5b5e6baf9
permissions -rw-r--r--
Passage sous cupcake :) Peu de modification de code, il faut juste creer des fichier aidl pour les classes parcelables. Sinon les fichier de build.xml ont ete completement modifiés, j'ai remplacé par les nouveaux. (il doit y avoir un manque de precision dans le fichier build.properties)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
47
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     3
        android:orientation="horizontal"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     4
        android:layout_width="fill_parent"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     5
        android:layout_height="50sp"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     6
		android:paddingTop="5sp"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     7
		android:gravity="center_vertical">
21
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     8
47
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
     9
        <TextView android:id="@+id/textgroup"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    10
        	android:layout_width="fill_parent"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    11
            android:layout_height="wrap_content"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    12
            android:paddingLeft="40sp" />
21
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    13
47
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    14
        <TextView android:id="@+id/rowText2"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    15
			android:layout_width="fill_parent"
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    16
            android:layout_height="wrap_content" />
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    17
743ccc7961dc Contact liste recuperer.
marseille@KungFuh
parents: 21
diff changeset
    18
</LinearLayout>