mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Ooops, added missing file that was untracked!
This commit is contained in:
parent
c8e24bf07d
commit
0ed73f6729
12
src/main/res/menu/menu_mousepad.xml
Normal file
12
src/main/res/menu/menu_mousepad.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?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/android">
|
||||||
|
|
||||||
|
<item android:id="@+id/menu_right_click"
|
||||||
|
android:title="@string/right_click"
|
||||||
|
kdeconnect:showAsAction="never" />
|
||||||
|
|
||||||
|
<item android:id="@+id/menu_middle_click"
|
||||||
|
android:title="@string/middle_click"
|
||||||
|
kdeconnect:showAsAction="never" />
|
||||||
|
</menu>
|
Loading…
x
Reference in New Issue
Block a user