equal
deleted
inserted
replaced
13 android:layout_width="fill_parent" |
13 android:layout_width="fill_parent" |
14 android:layout_height="wrap_content"> |
14 android:layout_height="wrap_content"> |
15 |
15 |
16 <ImageView android:id="@+id/sendimavatar" |
16 <ImageView android:id="@+id/sendimavatar" |
17 android:layout_width="wrap_content" |
17 android:layout_width="wrap_content" |
18 android:src="@drawable/avatar" android:layout_height="20px"/> |
18 android:layout_height="wrap_content" |
|
19 android:src="@drawable/avatar"/> |
19 |
20 |
20 <TextView android:id="@+id/sendimlogin" |
21 <TextView android:id="@+id/sendimlogin" |
21 android:layout_width="wrap_content" |
22 android:layout_width="wrap_content" |
22 android:layout_height="wrap_content" |
23 android:layout_height="wrap_content" |
23 android:layout_alignTop="@id/sendimavatar" |
24 android:layout_alignTop="@id/sendimavatar" |