Files
kdeconnect-android-mirror/res/drawable/ic_open_in_full_24dp.xml
Martin Sh 0067ad51b1 Digitizer plugin
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
2025-11-25 21:28:51 +01:00

11 lines
404 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M120,840v-320h80v184l504,-504L520,200v-80h320v320h-80v-184L256,760h184v80L120,840Z" />
</vector>