2015-09-16 19:33:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/decrypt_open"
|
2015-09-24 22:57:11 +02:00
|
|
|
android:icon="@drawable/ic_apps_black_24dp"
|
|
|
|
|
android:title="@string/btn_open_with" />
|
2015-09-16 19:33:43 +02:00
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/decrypt_share"
|
2015-09-24 22:57:11 +02:00
|
|
|
android:icon="@drawable/ic_share_black_24dp"
|
|
|
|
|
android:title="@string/btn_share_decrypted_text" />
|
2015-09-16 19:33:43 +02:00
|
|
|
|
2015-09-24 22:57:11 +02:00
|
|
|
</menu>
|