author | Marseille |
Wed, 24 Jun 2009 18:36:56 +0200 | |
changeset 293 | 597ee98a6477 |
parent 289 | a841ea9fba02 |
child 414 | 79e07130a059 |
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" |
|
293 | 17 |
android:paddingLeft="20sp" android:singleLine="true" |
18 |
android:maxLines="1" /> |
|
190 | 19 |
<TextView android:id="@+id/contactlistmsgperso" |
20 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
289 | 21 |
android:paddingLeft="20sp" android:singleLine="true" |
22 |
android:maxLines="1" android:autoLink="all" /> |
|
190 | 23 |
</LinearLayout> |
47 | 24 |
|
190 | 25 |
<ImageView android:id="@+id/contactlistavatar" |
26 |
android:adjustViewBounds="true" android:maxWidth="50dip" |
|
27 |
android:maxHeight="50dip" android:padding="1dip" android:layout_width="wrap_content" |
|
28 |
android:layout_height="wrap_content" android:gravity="center_vertical" /> |
|
29 |
||
47 | 30 |
</LinearLayout> |