| Index: chrome/android/java/res/values-v17/styles.xml
|
| diff --git a/chrome/android/java/res/values-land/dimens.xml b/chrome/android/java/res/values-v17/styles.xml
|
| similarity index 53%
|
| copy from chrome/android/java/res/values-land/dimens.xml
|
| copy to chrome/android/java/res/values-v17/styles.xml
|
| index e75fbb5b47d28f9a841835f6568ae8fc9565a338..69a2bbbdbfb7b5a545bc8500dc98673b27315d4f 100644
|
| --- a/chrome/android/java/res/values-land/dimens.xml
|
| +++ b/chrome/android/java/res/values-v17/styles.xml
|
| @@ -1,4 +1,5 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| +
|
| <!-- Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
|
|
| Use of this source code is governed by a BSD-style license that can be
|
| @@ -6,6 +7,7 @@
|
| -->
|
|
|
| <resources>
|
| - <!-- Autofill Dialog -->
|
| - <dimen name="autofill_dialog_max_height">325dp</dimen>
|
| -</resources>
|
| + <style name="AutofillPopupWindow" parent="@android:style/Widget.ListPopupWindow">
|
| + <item name="android:popupBackground">@drawable/autofill_popup_background</item>
|
| + </style>
|
| +</resources>
|
|
|