<?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="1dp" android:color="@color/black_alpha_12"/>
    <corners android:radius="@dimen/widget_corner_radius" />
    <padding android:left="1dp" android:right="1dp" android:top="1dp" android:bottom="1dp"/>
</shape>