author | Marseille |
Wed, 24 Jun 2009 18:03:32 +0200 | |
changeset 289 | a841ea9fba02 |
parent 190 | 079488da1bfc |
child 293 | 597ee98a6477 |
permissions | -rw-r--r-- |
47 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
190 | 3 |
android:orientation="horizontal" android:layout_width="fill_parent" |
4 |
android:layout_height="wrap_content" android:paddingLeft="10px" |
|
5 |
android:paddingRight="10px" android:gravity="center_vertical"> |
|
47 | 6 |
|
190 | 7 |
<ImageView android:id="@+id/contactliststatus" |
8 |
android:adjustViewBounds="true" android:maxWidth="15dip" |
|
9 |
android:maxHeight="15dip" android:layout_width="wrap_content" |
|
10 |
android:layout_height="wrap_content" android:gravity="center_vertical" /> |
|
60
aa70a805da17
Ajout de nombreux icones pour la gestion des status.
marseille@KungFuh
parents:
47
diff
changeset
|
11 |
|
190 | 12 |
<LinearLayout android:orientation="vertical" |
13 |
android:layout_weight="1" android:layout_width="fill_parent" |
|
14 |
android:layout_height="wrap_content"> |
|
15 |
<TextView android:id="@+id/contactlistpseudo" |
|
16 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
17 |
android:paddingLeft="20sp" /> |
|
18 |
<TextView android:id="@+id/contactlistmsgperso" |
|
19 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
289 | 20 |
android:paddingLeft="20sp" android:singleLine="true" |
21 |
android:maxLines="1" android:autoLink="all" /> |
|
190 | 22 |
</LinearLayout> |
47 | 23 |
|
190 | 24 |
<ImageView android:id="@+id/contactlistavatar" |
25 |
android:adjustViewBounds="true" android:maxWidth="50dip" |
|
26 |
android:maxHeight="50dip" android:padding="1dip" android:layout_width="wrap_content" |
|
27 |
android:layout_height="wrap_content" android:gravity="center_vertical" /> |
|
28 |
||
47 | 29 |
</LinearLayout> |