res/layout/chat_compact.xml
changeset 1004 bcacb829dc28
parent 992 142f330bd3f6
equal deleted inserted replaced
988:d7ddcccdff8a 1004:bcacb829dc28
    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|textCapSentences"
    20 			android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences"
    21 			android:imeOptions="actionSend" android:cursorVisible="true"
    21 			android:imeOptions="actionSend|flagNoExtractUi" 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" />
    26 	</LinearLayout>
    26 	</LinearLayout>