aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/log_display.xml
blob: a7f7e286d3355ce97b800d621ec0ab4644e09c53 (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_share_black_24dp"
        android:title="@string/menu_share_log"
        app:showAsAction="ifRoom|withText" />

</menu>