res/layout/sendim.xml
changeset 103 2320ab48e829
parent 102 e3e8bf449590
child 117 40a48262a670
--- a/res/layout/sendim.xml	Tue Apr 14 18:54:10 2009 +0200
+++ b/res/layout/sendim.xml	Wed Apr 15 16:16:01 2009 +0200
@@ -25,13 +25,20 @@
 			android:layout_toRightOf="@id/sendimavatar"
         	android:hint="@string/SendIMLoginHint"/>
     </RelativeLayout>
-	
-	<ListView android:id="@android:id/list"
-        android:layout_width="fill_parent"
-        android:choiceMode="none" 
-        android:layout_height="wrap_content"
-        android:layout_weight="1"
-        android:transcriptMode="alwaysScroll"/>
+	<ScrollView
+		android:id="@+id/sendimscroll"
+		android:layout_width="fill_parent"
+		android:layout_height="fill_parent"
+		android:layout_weight="1">
+		
+		<TextView android:id="@+id/sendimlist"
+        	android:layout_width="fill_parent"
+        	android:layout_height="wrap_content"
+        	android:singleLine="false"/>
+        	<!--android:choiceMode="none"
+        	android:transcriptMode="alwaysScroll"-->
+        	
+    </ScrollView>
         
     <EditText android:id="@+id/userText"
         android:layout_width="fill_parent"