| Index: chrome/android/java/res/color/edit_text_tint.xml
|
| diff --git a/chrome/android/java/res/color/edit_text_tint.xml b/chrome/android/java/res/color/edit_text_tint.xml
|
| deleted file mode 100644
|
| index 228f36b528ec7276a8964c583bbb0bdfd11cb109..0000000000000000000000000000000000000000
|
| --- a/chrome/android/java/res/color/edit_text_tint.xml
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2014 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. -->
|
| -
|
| -<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
| - <item android:state_enabled="true" android:state_focused="true"
|
| - android:color="@color/pref_accent_color"/>
|
| - <item android:state_enabled="true" android:state_activated="true"
|
| - android:color="@color/pref_accent_color"/>
|
| - <item android:state_enabled="false"
|
| - android:alpha="@dimen/disabled_alpha_material_dark"
|
| - android:color="@color/default_text_color" />
|
| - <item android:color="@color/input_underline_color" />
|
| -</selector>
|
|
|