project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml
changeset 7349 12fdfd2038d4
parent 7346 b0f67c5b4215
equal deleted inserted replaced
7346:b0f67c5b4215 7349:12fdfd2038d4
     9         android:id="@+id/lobbyConsole"
     9         android:id="@+id/lobbyConsole"
    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:clickable="false"
    13         android:clickable="false"
       
    14         android:cacheColorHint="@android:color/transparent"
    14         android:transcriptMode="normal"
    15         android:transcriptMode="normal"
       
    16         android:focusableInTouchMode="false"
       
    17         android:focusable="false"
       
    18         android:longClickable="false"
    15         android:stackFromBottom="true"
    19         android:stackFromBottom="true"
    16         />
    20         />
    17 
    21 
    18 	<EditText
    22 	<EditText
    19         android:id="@+id/lobbyChatInput"
    23         android:id="@+id/lobbyChatInput"