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

Unified Diff: chrome/android/java/res/anim/menu_enter.xml

Issue 419673002: Update Android menu to overlap anchor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | chrome/android/java/res/anim/menu_exit.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/anim/menu_enter.xml
diff --git a/chrome/android/java/res/anim/menu_enter.xml b/chrome/android/java/res/anim/menu_enter.xml
index e76d59936c2401d62d4bcd2e560329b8e4873f7a..63194a97931e1bfed6d0df693fa3a7d0684efe0c 100644
--- a/chrome/android/java/res/anim/menu_enter.xml
+++ b/chrome/android/java/res/anim/menu_enter.xml
@@ -10,7 +10,8 @@
android:toXScale="1"
android:fromYScale="0"
android:toYScale="1"
- android:pivotX="95%" android:pivotY="5%"
+ android:pivotX="@fraction/menu_animation_pivot_x"
+ android:pivotY="5%"
android:duration="200" />
<alpha android:interpolator="@android:anim/linear_interpolator"
android:fromAlpha="0" android:toAlpha="1"
« no previous file with comments | « no previous file | chrome/android/java/res/anim/menu_exit.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698