summaryrefslogtreecommitdiff
path: root/chromium/components/messages/android/internal/java/res/drawable-v23/message_bg_tinted.xml
blob: 5465a4ab5563a472c8d1f08421dea3428ef7dbbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="UnusedResources">
    <item>
        <shape>
            <corners android:radius="@dimen/message_banner_radius"/>
            <solid android:color="@color/dialog_bg_color_baseline"/>
        </shape>
    </item>
</layer-list>