android13/packages/modules/Connectivity/nearby/halfsheet/res/drawable/fastpair_outline.xml

8 lines
244 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<stroke
android:width="1dp"
android:color="@color/fast_pair_notification_image_outline"/>
</shape>