<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:bottom="-2dp">
<shape
android:shape="rectangle" >
<solid android:color="@macro/default_bg_color" />
<stroke android:width="1dp" android:color="@macro/hairline_stroke_color"/>
<corners android:topLeftRadius="@dimen/default_rounded_corner_radius" android:topRightRadius="@dimen/default_rounded_corner_radius" />
</shape>
</item>
</layer-list>