android/app/src/main/res/menu/fragment_gallery_three_dots...

20 lines
616 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud - Android Client
~
~ SPDX-FileCopyrightText: 2022 TSI-mc
~ SPDX-FileCopyrightText: 2022 Nextcloud GmbH
~ SPDX-License-Identifier: AGPL-3.0-or-later
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_three_dot_icon"
android:contentDescription="@string/more"
android:orderInCategory="1"
android:title="@string/more"
app:showAsAction="always"
android:icon="@drawable/ic_dots_vertical"/>
</menu>