res/layout/chat.xml
changeset 525 32e700f9f07e
parent 500 4da77df8f950
child 526 62a448d5dfe9
equal deleted inserted replaced
524:e1a9ba4611dc 525:32e700f9f07e
    29 		android:layout_height="0px" android:layout_weight="1"
    29 		android:layout_height="0px" android:layout_weight="1"
    30 		android:transcriptMode="normal" android:fastScrollEnabled="true"
    30 		android:transcriptMode="normal" android:fastScrollEnabled="true"
    31 		android:smoothScrollbar="false" android:layout_marginBottom="20sp"
    31 		android:smoothScrollbar="false" android:layout_marginBottom="20sp"
    32 		android:padding="4px" />
    32 		android:padding="4px" />
    33 	<EditText android:id="@+id/chat_input" android:layout_width="fill_parent"
    33 	<EditText android:id="@+id/chat_input" android:layout_width="fill_parent"
    34 		android:layout_height="wrap_content" android:inputType="textShortMessage|textAutoComplete"
    34 		android:layout_height="wrap_content" android:inputType="textShortMessage"
    35 		android:imeOptions="actionSend" android:cursorVisible="true"
    35 		android:imeOptions="actionSend" android:cursorVisible="true"
    36 		android:hint="@string/chat_input_default_value" />
    36 		android:hint="@string/chat_input_default_value" />
    37 </LinearLayout>
    37 </LinearLayout>