mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
20 lines
573 B
XML
20 lines
573 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2023 Albert Vaca Cintora <albertvaka@gmail.com>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
-->
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:kdeconnect="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/menu_refresh"
|
|
android:icon="@drawable/ic_action_refresh_24dp"
|
|
android:orderInCategory="200"
|
|
android:title="@string/refresh"
|
|
kdeconnect:showAsAction="never" />
|
|
|
|
</menu>
|