xref: /aosp_15_r20/development/samples/VirtualDeviceManager/demos/res/drawable/circle.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<shape xmlns:android="http://schemas.android.com/apk/res/android"
2    android:shape="oval">
3    <stroke
4        android:width="1dp"
5        android:color="?attr/colorPrimary"/>
6</shape>