author | nikita@nikita-rack |
Sun, 17 May 2009 23:33:13 +0200 | |
changeset 190 | 079488da1bfc |
parent 171 | b214244738f7 |
child 289 | a841ea9fba02 |
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" |
|
20 |
android:paddingLeft="20sp" /> |
|
21 |
</LinearLayout> |
|
47 | 22 |
|
190 | 23 |
<ImageView android:id="@+id/contactlistavatar" |
24 |
android:adjustViewBounds="true" android:maxWidth="50dip" |
|
25 |
android:maxHeight="50dip" android:padding="1dip" android:layout_width="wrap_content" |
|
26 |
android:layout_height="wrap_content" android:gravity="center_vertical" /> |
|
27 |
||
47 | 28 |
</LinearLayout> |