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

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: 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/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..569b01c469a6eeee8b5b1d2f89506adf85ab4d93 100644
--- a/chrome/android/java/res/anim/menu_enter.xml
+++ b/chrome/android/java/res/anim/menu_enter.xml
@@ -10,7 +10,7 @@
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%"
aurimas (slooooooooow) 2014/07/25 16:45:55 Can you put android:pivotY=.. on a new line?
David Trainor- moved to gerrit 2014/07/25 18:09:26 Done.
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') | chrome/android/java/res/layout/dismiss_button_menu_item.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698