2013-12-20 19:25:49 +00:00
|
|
|
<menu
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/copy"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:icon="@drawable/ic_ab_fwd_copy"
|
|
|
|
android:title="@string/Copy"/>
|
|
|
|
|
2013-12-20 19:25:49 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/forward"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:icon="@drawable/ic_ab_fwd_forward"
|
|
|
|
android:title="@string/Forward"/>
|
|
|
|
|
2013-12-20 19:25:49 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/delete"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:icon="@drawable/ic_ab_fwd_delete"
|
|
|
|
android:title="@string/Delete"/>
|
2013-12-20 19:25:49 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
</menu>
|