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

Unified Diff: chrome/android/java/res/values-land/dimens.xml

Issue 14886012: Implement layout transition animations for the Autofill dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed rotation logic, wasn't calling super. Created 7 years, 7 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-land/dimens.xml
diff --git a/content/public/android/java/res/values/dimens.xml b/chrome/android/java/res/values-land/dimens.xml
similarity index 53%
copy from content/public/android/java/res/values/dimens.xml
copy to chrome/android/java/res/values-land/dimens.xml
index 25ee103804c01a12156067d90a19f972b3c7307c..e75fbb5b47d28f9a841835f6568ae8fc9565a338 100644
--- a/content/public/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values-land/dimens.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+<!-- Copyright (c) 2013 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.
-->
<resources>
- <!-- Link Preview dimensions -->
- <dimen name="link_preview_overlay_radius">7dp</dimen>
+ <!-- Autofill Dialog -->
+ <dimen name="autofill_dialog_max_height">325dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698