blob: ea2ccbdc35c9cb841a0e93d44b8c92443ed41528 [file] [log] [blame]
<!-- Copyright 2014 The Flutter Authors. All rights reserved.
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">
<item android:state_pressed="true" android:color="@color/grey" />
<item android:state_focused="true" android:color="@color/grey" />
<item android:color="@color/white"/>
</selector>