project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml
changeset 7342 0e29eec2df5c
parent 7330 867e4fda496e
child 7346 b0f67c5b4215
equal deleted inserted replaced
7340:62043f5f7c67 7342:0e29eec2df5c
     3     xmlns:tools="http://schemas.android.com/tools"
     3     xmlns:tools="http://schemas.android.com/tools"
     4     android:layout_width="match_parent"
     4     android:layout_width="match_parent"
     5     android:layout_height="match_parent"
     5     android:layout_height="match_parent"
     6     android:orientation="vertical" >
     6     android:orientation="vertical" >
     7 
     7 
     8     <ScrollView
     8 	<ScrollView
     9         android:id="@+id/lobbyConsoleScroll"
     9         android:id="@+id/lobbyConsoleScroll"
    10         android:layout_width="match_parent"
    10         android:layout_width="match_parent"
    11         android:layout_height="0dp"
    11         android:layout_height="0dp"
    12         android:layout_weight="1"
    12         android:layout_weight="1"
    13         android:requiresFadingEdge="vertical"
    13         android:requiresFadingEdge="vertical"
    21             android:freezesText="true"
    21             android:freezesText="true"
    22             android:text=""
    22             android:text=""
    23             tools:context=".LobbyActivity" />
    23             tools:context=".LobbyActivity" />
    24     </ScrollView>
    24     </ScrollView>
    25 
    25 
    26     <EditText
    26 	<EditText
    27         android:id="@+id/lobbyChatInput"
    27         android:id="@+id/lobbyChatInput"
    28         android:layout_width="match_parent"
    28         android:layout_width="match_parent"
    29         android:layout_height="wrap_content"
    29         android:layout_height="wrap_content"
    30         android:hint="@string/chat_hint"
    30         android:hint="@string/chat_hint"
    31         android:imeOptions="actionSend"
    31         android:imeOptions="actionSend"