res/layout/chat.xml
changeset 526 62a448d5dfe9
parent 517 fd6c52c23165
parent 525 32e700f9f07e
child 537 f9d7d3876e58
equal deleted inserted replaced
521:0444ac5038a0 526:62a448d5dfe9
    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" />