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

Unified Diff: ui/android/java/res/drawable/autofill_chip.xml

Issue 1260583004: Gray horizontal keyboard accessory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Horizontal padding and font colors. Created 5 years, 5 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
Index: ui/android/java/res/drawable/autofill_chip.xml
diff --git a/ui/android/java/res/drawable/button_compat_shape.xml b/ui/android/java/res/drawable/autofill_chip.xml
similarity index 89%
copy from ui/android/java/res/drawable/button_compat_shape.xml
copy to ui/android/java/res/drawable/autofill_chip.xml
index bbcfab2aa90e9d36c427074c1440c71549fa512f..887c6573953373d13c6dea7ac18918265b4f5f95 100644
--- a/ui/android/java/res/drawable/button_compat_shape.xml
+++ b/ui/android/java/res/drawable/autofill_chip.xml
@@ -4,6 +4,6 @@
found in the LICENSE file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="#fff" />
+ <solid android:color="#ECEFF1" />
<corners android:radius="2dp" />
</shape>

Powered by Google App Engine
This is Rietveld 408576698