<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
  <item android:state_selected="true">
    <inset android:inset="@dimen/fusebox_attachment_remove_highlight_inset">
    <shape android:shape="oval">
      <solid android:color="@android:color/transparent" />
      <stroke
          android:width="2dp"
          android:color="@macro/default_icon_color" />
    </shape>
    </inset>
  </item>

  <item>
    <shape android:shape="oval">
      <solid android:color="@android:color/transparent" />
    </shape>
  </item>
</selector>