Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: chrome/android/java/res/color/edit_text_tint.xml

Issue 1210153005: Remove custom material styling for EditText in preferences (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2403
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698