project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml
changeset 7346 b0f67c5b4215
parent 7342 0e29eec2df5c
child 7349 12fdfd2038d4
--- a/project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml	Thu Jul 19 22:53:39 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml	Thu Jul 19 22:55:36 2012 +0200
@@ -5,23 +5,15 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-	<ScrollView
-        android:id="@+id/lobbyConsoleScroll"
+    <ListView 
+        android:id="@+id/lobbyConsole"
         android:layout_width="match_parent"
         android:layout_height="0dp"
-        android:layout_weight="1"
-        android:requiresFadingEdge="vertical"
-        android:scrollbars="vertical" >
-
-        <TextView
-            android:id="@+id/lobbyConsole"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:autoLink="none"
-            android:freezesText="true"
-            android:text=""
-            tools:context=".LobbyActivity" />
-    </ScrollView>
+        android:layout_weight="1" 
+        android:clickable="false"
+        android:transcriptMode="normal"
+        android:stackFromBottom="true"
+        />
 
 	<EditText
         android:id="@+id/lobbyChatInput"