blob: 2d0b4a55ade8c2d3b2f2f16636a5013ae82493d1 [file] [log] [blame]
<!-- Copyright 2019 The Chromium Authors. All rights reserved.
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"
android:shape="rectangle">
<corners
android:radius="4dp" />
<solid
android:color="@color/autofill_assistant_light_blue" />
</shape>