Welcome to mirror list, hosted at ThFree Co, Russian Federation.

attachment_menu.xml « menu « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 160cb63f8ec881e176f9cd284f4cd6a06e7f9262 (plain)
1
2
3
4
5
6
7
8
<?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/delete"
        android:title="@string/simple_delete"
        app:showAsAction="never" />
</menu>