res/layout/chat.xml
changeset 829 4b36a3c452e6
parent 792 310796265f15
child 895 b2e1b45382a4
child 904 64f37098247c
--- a/res/layout/chat.xml	Tue Nov 02 00:46:12 2010 +0100
+++ b/res/layout/chat.xml	Tue Dec 21 23:26:51 2010 +0100
@@ -7,9 +7,10 @@
 		android:orientation="horizontal" android:gravity="center_vertical"
 		android:background="#222222" android:padding="4px">
 		<ImageView android:id="@+id/chat_contact_status_icon"
-			android:src="@drawable/status_icon"
-			android:adjustViewBounds="true" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:gravity="center_vertical" />
+			android:src="@drawable/avatar_status"
+			android:layout_width="48dip"
+			android:layout_height="48dip"
+			/>
 		<LinearLayout android:orientation="vertical"
 			android:layout_width="fill_parent" android:layout_height="wrap_content"
 			android:paddingLeft="15sp">