res/layout/chat.xml
changeset 968 6ef8ae29fd7f
parent 924 0de5ddd06ecd
child 981 e1b1c8ad710a
equal deleted inserted replaced
967:a1c5c625a8e6 968:6ef8ae29fd7f
    49 		android:background="#222222" android:padding="8px">
    49 		android:background="#222222" android:padding="8px">
    50 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"
    50 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"
    51 			android:layout_height="fill_parent" android:layout_weight="1"
    51 			android:layout_height="fill_parent" android:layout_weight="1"
    52 			android:maxLines="5"
    52 			android:maxLines="5"
    53 			android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences"
    53 			android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences"
    54 			android:imeOptions="actionSend" android:cursorVisible="true"
    54 			android:imeOptions="actionSend|flagNoExtractUi" android:cursorVisible="true"
    55 			android:hint="@string/chat_input_default_value" />
    55 			android:hint="@string/chat_input_default_value" />
    56 		<Button android:id="@+id/chat_send_message"
    56 		<Button android:id="@+id/chat_send_message"
    57 			android:layout_width="wrap_content" android:layout_height="wrap_content"
    57 			android:layout_width="wrap_content" android:layout_height="wrap_content"
    58 			android:text="@string/chat_send_message" />
    58 			android:text="@string/chat_send_message" />
    59 	</LinearLayout>
    59 	</LinearLayout>