aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/log_display.xml
blob: 03af3c5ad31ae9857d7465e70c7b5a8714e62812 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/menu_log_display_export_log"
        android:icon="@drawable/ic_action_save_white"
        android:title="@string/menu_export_log"
        app:showAsAction="ifRoom|withText" />

</menu>