equal
deleted
inserted
replaced
32 <LinearLayout android:layout_width="fill_parent" |
32 <LinearLayout android:layout_width="fill_parent" |
33 android:layout_height="wrap_content" android:orientation="horizontal" |
33 android:layout_height="wrap_content" android:orientation="horizontal" |
34 android:background="#222222" android:padding="8px"> |
34 android:background="#222222" android:padding="8px"> |
35 <EditText android:id="@+id/chat_input" android:layout_width="wrap_content" |
35 <EditText android:id="@+id/chat_input" android:layout_width="wrap_content" |
36 android:layout_height="fill_parent" android:layout_weight="1" |
36 android:layout_height="fill_parent" android:layout_weight="1" |
37 android:ellipsize="end" android:inputType="textAutoComplete|textAutoCorrect" |
37 android:ellipsize="end" android:inputType="textShortMessage|textAutoCorrect" |
38 android:imeOptions="actionSend" android:cursorVisible="true" |
38 android:imeOptions="actionSend" android:cursorVisible="true" |
39 android:hint="@string/chat_input_default_value" /> |
39 android:hint="@string/chat_input_default_value" /> |
40 <Button android:id="@+id/chat_send_message" |
40 <Button android:id="@+id/chat_send_message" |
41 android:layout_width="wrap_content" android:layout_height="fill_parent" |
41 android:layout_width="wrap_content" android:layout_height="fill_parent" |
42 android:text="@string/chat_send_message" /> |
42 android:text="@string/chat_send_message" /> |