project_files/Android-build/SDL-android-project/res/layout/lobby_chat_fragment.xml
equal
deleted
inserted
replaced
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" |