equal
deleted
inserted
replaced
15 android:layout_height="wrap_content" android:orientation="horizontal" |
15 android:layout_height="wrap_content" android:orientation="horizontal" |
16 android:background="#222222" android:padding="8px"> |
16 android:background="#222222" android:padding="8px"> |
17 <EditText android:id="@+id/chat_input" android:layout_width="0dip" |
17 <EditText android:id="@+id/chat_input" android:layout_width="0dip" |
18 android:layout_height="fill_parent" android:layout_weight="1" |
18 android:layout_height="fill_parent" android:layout_weight="1" |
19 android:maxLines="5" |
19 android:maxLines="5" |
20 android:inputType="textShortMessage|textAutoCorrect|textMultiLine" |
20 android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences" |
21 android:imeOptions="actionSend" android:cursorVisible="true" |
21 android:imeOptions="actionSend" android:cursorVisible="true" |
22 android:hint="@string/chat_input_default_value" /> |
22 android:hint="@string/chat_input_default_value" /> |
23 <Button android:id="@+id/chat_send_message" |
23 <Button android:id="@+id/chat_send_message" |
24 android:layout_width="wrap_content" android:layout_height="fill_parent" |
24 android:layout_width="wrap_content" android:layout_height="fill_parent" |
25 android:text="@string/chat_send_message" /> |
25 android:text="@string/chat_send_message" /> |