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

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

Issue 397293006: Update Android overflow menu window animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated values, rebased 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
« no previous file with comments | « chrome/android/java/res/interpolator/transform_curve_interpolator.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 9ba2aea2037885c4ad4c64cb59276ceaf107ea68..a3070a2bd550dedc7cfa61c14e5cf0eb2eac0463 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -23,5 +23,10 @@
<item name="android:listPreferredItemPaddingStart">16dp</item>
<item name="android:listPreferredItemPaddingEnd">16dp</item>
<item name="android:textSize">16sp</item>
+ <item name="android:popupAnimationStyle">@style/OverflowMenuAnim</item>
+ </style>
+ <style name="OverflowMenuAnim">
+ <item name="android:windowEnterAnimation">@anim/menu_enter</item>
+ <item name="android:windowExitAnimation">@anim/menu_exit</item>
</style>
</resources>
« no previous file with comments | « chrome/android/java/res/interpolator/transform_curve_interpolator.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698