<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="@dimen/reel_multiple_item_circle_creation_avatar_stroke_width" android:color="@color/yt_black_pure_opacity10" />
    <solid android:color="@color/yt_white1" />
</shape>
