res/layout/chat.xml
changeset 946 7caab0161cf9
parent 904 c067ee9a604c
child 947 3c5724d30887
--- a/res/layout/chat.xml	Mon Jul 16 11:43:10 2012 +0200
+++ b/res/layout/chat.xml	Mon Jul 16 15:43:55 2012 +0200
@@ -5,7 +5,7 @@
 	<LinearLayout android:id="@+id/chat_header"
 		android:layout_width="fill_parent" android:layout_height="wrap_content"
 		android:orientation="horizontal" android:gravity="center_vertical"
-		android:background="#222222" android:padding="4px">
+		android:background="#222222" android:padding="4dp">
 		<ImageView android:id="@+id/chat_contact_status_icon"
 			android:src="@drawable/avatar_status"
 			android:layout_width="24dip"
@@ -36,12 +36,12 @@
 		android:layout_width="fill_parent" android:layout_height="0dip"
 		android:layout_weight="1" android:transcriptMode="normal"
 		android:stackFromBottom="true"
-		android:fadingEdge="none" android:padding="4px"
+		android:fadingEdge="none" android:padding="4dp"
 		android:fastScrollEnabled="true" android:smoothScrollbar="false"
 		android:focusable="true"/>
 	<LinearLayout android:layout_width="fill_parent"
 		android:layout_height="wrap_content" android:orientation="horizontal"
-		android:background="#222222" android:padding="8px">
+		android:background="#222222" android:padding="8dp">
 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"
 			android:layout_height="fill_parent" android:layout_weight="1"
 			android:maxLines="5"