mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-12-12 20:35:58 +01:00
Add plugin that allows users to use their devices as pressure-sensitive drawing tablets. * Schemas MR: https://invent.kde.org/network/kdeconnect-meta/-/merge_requests/16 * KDE MR: https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/862
18 lines
674 B
XML
18 lines
674 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:kdeconnect="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/menu_fullscreen"
|
|
android:icon="@drawable/ic_open_in_full_24dp"
|
|
android:title="@string/enable_fullscreen"
|
|
kdeconnect:iconTint="?colorOnBackground"
|
|
kdeconnect:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/menu_open_settings"
|
|
android:title="@string/device_menu_plugins"
|
|
android:icon="@drawable/ic_settings_24dp"
|
|
kdeconnect:iconTint="?colorOnBackground"
|
|
kdeconnect:showAsAction="never"/>
|
|
</menu>
|