Added missing menu

This commit is contained in:
str4d
2014-03-08 20:05:28 +00:00
parent 3b0f207f0b
commit bc4f8215ef

11
res/menu/new_email.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:i2pandroid="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/action_send_email"
android:icon="@drawable/ic_social_send_now"
android:title="@string/action_send_email"
i2pandroid:showAsAction="ifRoom"/>
</menu>