<?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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- TODO(crbug.com/40680634): add filled_button_bg_hover, *_focused,
*_pressed, once UX spec available. -->
<item android:color="@color/filled_button_bg_color_disabled" android:state_enabled="false" />
<item android:color="@color/filled_button_bg_color"/>
</selector>