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> |