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

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

Issue 1082183002: Android - Introduce "keyboard accessory" for Autofill suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 5 years, 8 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_accessory_view_border.xml
diff --git a/ui/android/java/res/drawable/autofill_accessory_view_border.xml b/ui/android/java/res/drawable/autofill_accessory_view_border.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c4d8813d3769f93a44527a5b91ba12c6280f99a9
--- /dev/null
+++ b/ui/android/java/res/drawable/autofill_accessory_view_border.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2015 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.
+-->
+
+<inset xmlns:android="http://schemas.android.com/apk/res/android"
+ android:insetBottom="-1dp"
+ android:insetLeft="-1dp"
+ android:insetRight="-1dp">
+
+ <shape android:shape="rectangle">
+ <stroke android:width="1dp" android:color="@android:color/black" />
+ <solid android:color="@android:color/white" />
+ </shape>
+</inset>
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698