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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. 2
3 <!-- 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.
3 4
4 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 6 found in the LICENSE file.
6 --> 7 -->
7 8
8 <resources> 9 <resources>
9 <!-- Link Preview dimensions --> 10 <item name="menu_item_enter_anim_id" type="id" />
10 <dimen name="link_preview_overlay_radius">7dp</dimen> 11 <item name="menu_item_exit_anim_id" type="id" />
11 </resources> 12 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698