aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/editaccount.xml
blob: 2301caf0dd0feabbe7a85f326e82ab4a6c13565f (plain)
1
2
3
4
5
6
7
8
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/action_show_qr_code"
        android:title="@string/show_qr_code"
        android:showAsAction="never" />

</menu>