Warning, /network/kdeconnect-android/res/drawable/mouse_pointer.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <shape
0004 xmlns:android="http://schemas.android.com/apk/res/android"
0005 android:shape="oval">
0006     <solid
0007         android:color="#000000"/>
0008 
0009     <size
0010         android:width="12dp"
0011         android:height="12dp"/>
0012     <stroke
0013         android:width="1dp"
0014         android:color="#ffffff"/>
0015 </shape>