blob: d2a1e6fbb152f8d864e99045d5c40375ff0a6418 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/transparent"/>
<stroke android:width="@dimen/span_background_border_width"
android:color="@color/default_text_color_link_baseline"/>
<corners android:radius="@dimen/span_background_border_radius"/>
</shape>