1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 android:orientation="vertical" |
3 android:orientation="vertical" |
4 android:layout_width="fill_parent" |
4 android:layout_width="fill_parent" |
5 android:layout_height="fill_parent"> |
5 android:layout_height="fill_parent"> |
6 |
|
7 <LinearLayout |
6 <LinearLayout |
|
7 android:orientation="horizontal" |
|
8 android:layout_width="fill_parent" |
|
9 android:layout_height="wrap_content" |
|
10 android:paddingLeft="10px" |
|
11 android:paddingRight="10px" |
|
12 android:background="@drawable/beem_sendim_header_1" |
|
13 android:gravity="center_vertical" > |
|
14 |
|
15 <ImageView android:id="@+id/sendimavatar" |
|
16 android:layout_weight="5" |
|
17 android:layout_width="fill_parent" |
|
18 android:layout_height="wrap_content" |
|
19 android:gravity="center_vertical" /> |
|
20 |
|
21 <LinearLayout |
|
22 android:orientation="vertical" |
|
23 android:layout_weight="1" |
|
24 android:layout_width="fill_parent" |
|
25 android:layout_height="wrap_content" > |
|
26 <TextView android:id="@+id/sendimlogin" |
|
27 android:layout_width="fill_parent" |
|
28 android:layout_height="wrap_content" |
|
29 android:paddingLeft="20sp" /> |
|
30 <TextView android:id="@+id/sendimstatus" |
|
31 android:layout_width="fill_parent" |
|
32 android:layout_height="wrap_content" |
|
33 android:hint="@string/SendIMNoStatusSet" |
|
34 android:paddingLeft="20sp" /> |
|
35 </LinearLayout> |
|
36 </LinearLayout> |
|
37 |
|
38 <!-- <LinearLayout |
8 android:paddingLeft="5px" |
39 android:paddingLeft="5px" |
9 android:paddingTop="5px" |
40 android:paddingTop="5px" |
10 android:background="@drawable/beem_sendim_header_1" |
41 android:background="@drawable/beem_sendim_header_1" |
11 android:orientation="horizontal" |
42 android:orientation="horizontal" |
12 android:layout_width="fill_parent" |
43 android:layout_width="fill_parent" |
13 android:layout_height="wrap_content"> |
44 android:layout_height="wrap_content" |
|
45 android:layout_weight="4"> |
14 |
46 |
15 <ImageView android:id="@+id/sendimavatar" |
47 <ImageView android:id="@+id/sendimavatar" |
16 android:layout_width="wrap_content" |
48 android:layout_width="wrap_content" |
17 android:layout_height="wrap_content" |
49 android:layout_height="wrap_content" |
18 android:src="@drawable/avatar"/> |
50 android:maxHeight="80px" |
|
51 android:layout_weight="5" |
|
52 android:src="@drawable/background"/> |
19 |
53 |
20 <LinearLayout |
54 <LinearLayout |
21 android:layout_width="fill_parent" |
55 android:layout_width="fill_parent" |
22 android:layout_height="fill_parent" |
56 android:layout_height="fill_parent" |
|
57 android:layout_weight="1" |
23 android:orientation="vertical"> |
58 android:orientation="vertical"> |
24 |
59 |
25 <TextView android:id="@+id/sendimlogin" |
60 <TextView android:id="@+id/sendimlogin" |
26 android:paddingLeft="15px" |
61 android:paddingLeft="15px" |
27 android:layout_width="wrap_content" |
62 android:layout_width="wrap_content" |