--- a/res/layout/chat_compact.xml Mon Jul 16 11:43:10 2012 +0200
+++ b/res/layout/chat_compact.xml Mon Jul 16 15:43:55 2012 +0200
@@ -8,12 +8,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"