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

Unified Diff: chrome/android/java/res/values/ids.xml

Issue 388803006: Add per-item animations to the menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/ids.xml
diff --git a/content/public/android/java/res/values/dimens.xml b/chrome/android/java/res/values/ids.xml
similarity index 51%
copy from content/public/android/java/res/values/dimens.xml
copy to chrome/android/java/res/values/ids.xml
index 25ee103804c01a12156067d90a19f972b3c7307c..e0b465ecc6e9ea3c43a8be3828cd3ced58ba519e 100644
--- a/content/public/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/ids.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+
+<!-- Copyright (c) 2014 The Chromium Authors. All rights reserved.
aurimas (slooooooooow) 2014/07/15 01:37:25 Remove (c)
David Trainor- moved to gerrit 2014/07/15 20:53:38 Done.
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>
+ <item name="menu_item_enter_anim_id" type="id" />
+ <item name="menu_item_exit_anim_id" type="id" />
</resources>

Powered by Google App Engine
This is Rietveld 408576698