res/layout/chat.xml
changeset 489 77c573c8217e
parent 480 eb6f1fbea903
child 493 56af5554a081
equal deleted inserted replaced
488:77e8f3384a3b 489:77c573c8217e
    34   	android:layout_width="fill_parent"
    34   	android:layout_width="fill_parent"
    35   	android:layout_height="wrap_content">
    35   	android:layout_height="wrap_content">
    36 	<EditText android:id="@+id/chat_input"
    36 	<EditText android:id="@+id/chat_input"
    37 		android:layout_width="fill_parent"
    37 		android:layout_width="fill_parent"
    38 		android:layout_height="wrap_content"
    38 		android:layout_height="wrap_content"
       
    39 		android:inputType="textShortMessage|textAutoComplete" android:imeOptions="actionSend"
    39 		android:cursorVisible="false" android:hint="@string/chat_input_default_value" />
    40 		android:cursorVisible="false" android:hint="@string/chat_input_default_value" />
    40   </LinearLayout>
    41   </LinearLayout>
    41 </LinearLayout>
    42 </LinearLayout>