diff --git a/artwork/ic_send_holo_light_encrypted.psd b/artwork/ic_send_holo_light_encrypted.psd
new file mode 100644
index 0000000000..b9efb7b145
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 0000000000..3fd0b00fef
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 0000000000..1e78a347dd
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 0000000000..c7b51a0995
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 0000000000..47272f0739
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 0000000000..aebd0a7d75
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 0000000000..be98080c5e
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 0000000000..5d1fcdbe91
--- /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 fb24b3405f..645e605078 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" />
-
+ android:padding="12dp"
+ android:src="@drawable/ic_send_holo_light"
+ android:clickable="false"
+ android:enabled="false"
+ android:tint="#66ffffff" />
+
+"