equal
deleted
inserted
replaced
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> |