res/layout/chat.xml
changeset 1004 bcacb829dc28
parent 991 6ef8ae29fd7f
equal deleted inserted replaced
988:d7ddcccdff8a 1004:bcacb829dc28
    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>