diff --git a/artwork/ic_send_holo_light_encrypted.psd b/artwork/ic_send_holo_light_encrypted.psd new file mode 100644 index 000000000..b9efb7b14 Binary files /dev/null and b/artwork/ic_send_holo_light_encrypted.psd differ diff --git a/res/drawable-hdpi/ic_send_encrypted_holo_light.png b/res/drawable-hdpi/ic_send_encrypted_holo_light.png new file mode 100644 index 000000000..3fd0b00fe Binary files /dev/null and b/res/drawable-hdpi/ic_send_encrypted_holo_light.png differ diff --git a/res/drawable-hdpi/ic_send_holo_light.png b/res/drawable-hdpi/ic_send_holo_light.png new file mode 100644 index 000000000..1e78a347d Binary files /dev/null and b/res/drawable-hdpi/ic_send_holo_light.png differ diff --git a/res/drawable-mdpi/ic_send_encrypted_holo_light.png b/res/drawable-mdpi/ic_send_encrypted_holo_light.png new file mode 100644 index 000000000..c7b51a099 Binary files /dev/null and b/res/drawable-mdpi/ic_send_encrypted_holo_light.png differ diff --git a/res/drawable-mdpi/ic_send_holo_light.png b/res/drawable-mdpi/ic_send_holo_light.png new file mode 100644 index 000000000..47272f073 Binary files /dev/null and b/res/drawable-mdpi/ic_send_holo_light.png differ diff --git a/res/drawable-xhdpi/ic_send_encrypted_holo_light.png b/res/drawable-xhdpi/ic_send_encrypted_holo_light.png new file mode 100644 index 000000000..aebd0a7d7 Binary files /dev/null and b/res/drawable-xhdpi/ic_send_encrypted_holo_light.png differ diff --git a/res/drawable-xhdpi/ic_send_holo_light.png b/res/drawable-xhdpi/ic_send_holo_light.png new file mode 100644 index 000000000..be98080c5 Binary files /dev/null and b/res/drawable-xhdpi/ic_send_holo_light.png differ diff --git a/res/drawable/send_button_background.xml b/res/drawable/send_button_background.xml new file mode 100644 index 000000000..5d1fcdbe9 --- /dev/null +++ b/res/drawable/send_button_background.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index fb24b3405..645e60507 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -74,42 +74,46 @@ android:layout_width="match_parent" android:layout_height="1dp" /> - + android:paddingRight="0dp" + android:paddingTop="0dp" > + android:id="@+id/embedded_text_editor" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="5dip" + android:layout_weight="1.0" + android:autoText="true" + android:capitalize="sentences" + android:hint="@string/conversation_activity__type_message" + android:imeOptions="actionSend|flagNoEnterAction" + android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine" + android:maxLength="1000" + android:maxLines="4" + android:nextFocusRight="@+id/send_button" + android:textColor="@android:color/black" /> -