equal
deleted
inserted
replaced
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" android:layout_width="fill_parent" |
3 android:orientation="vertical" android:layout_width="fill_parent" |
4 android:layout_height="fill_parent"> |
4 android:layout_height="fill_parent"> |
5 <LinearLayout android:orientation="horizontal" |
5 <LinearLayout android:orientation="horizontal" |
6 android:layout_width="fill_parent" android:layout_height="wrap_content" |
6 android:layout_width="fill_parent" android:layout_height="wrap_content" |
7 android:gravity="center_vertical"> |
7 android:gravity="center_vertical" |
|
8 android:background="#404040"> |
8 |
9 |
9 <ImageView android:id="@+id/sendimavatar" android:src="@drawable/avatar" |
10 <ImageView android:id="@+id/sendimavatar" android:src="@drawable/avatar" |
10 android:adjustViewBounds="true" android:maxWidth="70dip" |
11 android:adjustViewBounds="true" android:maxWidth="70dip" |
11 android:maxHeight="70dip" android:padding="10dip" |
12 android:maxHeight="70dip" android:padding="10dip" |
12 android:layout_width="wrap_content" android:layout_height="wrap_content" /> |
13 android:layout_width="wrap_content" android:layout_height="wrap_content" /> |
30 |
31 |
31 <ScrollView android:id="@+id/sendimscroll" |
32 <ScrollView android:id="@+id/sendimscroll" |
32 android:layout_width="fill_parent" android:layout_height="fill_parent" |
33 android:layout_width="fill_parent" android:layout_height="fill_parent" |
33 android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track" |
34 android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track" |
34 android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb" |
35 android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb" |
35 android:scrollbarSize="12dip" android:layout_weight="1"> |
36 android:scrollbarSize="12dip" |
|
37 android:layout_weight="1" |
|
38 android:padding="2sp" |
|
39 android:layout_marginBottom="6sp"> |
36 |
40 |
37 <TextView android:id="@+id/sendimlist" android:paddingLeft="10px" |
41 <TextView android:id="@+id/sendimlist" android:padding="8sp" |
38 android:paddingRight="10px" android:paddingTop="10px" |
|
39 android:layout_width="fill_parent" android:layout_height="fill_parent" |
42 android:layout_width="fill_parent" android:layout_height="fill_parent" |
40 android:textColor="@color/white" |
43 android:textColor="@color/white" |
41 android:background="@color/black" |
|
42 android:singleLine="false" /> |
44 android:singleLine="false" /> |
43 |
45 |
44 </ScrollView> |
46 </ScrollView> |
45 |
47 |
46 <EditText android:id="@+id/userText" android:layout_width="fill_parent" |
48 <EditText android:id="@+id/userText" android:layout_width="fill_parent" |