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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 16994006: [Android] Change the AutofillPopup UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
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>

Powered by Google App Engine
This is Rietveld 408576698