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