2015-06-03 13:59:38 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/view_log"
|
2015-06-23 17:07:59 +02:00
|
|
|
android:title="@string/btn_view_log"
|
2015-06-03 13:59:38 +02:00
|
|
|
android:icon="@drawable/ic_view_list_grey_24dp"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/decrypt_delete"
|
|
|
|
|
android:title="@string/btn_delete_original"
|
|
|
|
|
android:icon="@drawable/ic_delete_grey_24dp"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</menu>
|