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

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

Issue 1229733002: Add new snackbar features to prepare for omnibox geolocation snackbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/snackbar_in_with_keyboard.xml
diff --git a/chrome/android/java/res/anim/snackbar_out.xml b/chrome/android/java/res/anim/snackbar_in_with_keyboard.xml
similarity index 73%
copy from chrome/android/java/res/anim/snackbar_out.xml
copy to chrome/android/java/res/anim/snackbar_in_with_keyboard.xml
index 188d55574708c11a2c0310384961855d11041479..cda5d25a2bb0769e99a8d737799b46bc61f8a6dc 100644
--- a/chrome/android/java/res/anim/snackbar_out.xml
+++ b/chrome/android/java/res/anim/snackbar_in_with_keyboard.xml
@@ -6,9 +6,9 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<alpha
- android:fromAlpha="1.0"
- android:toAlpha="0"
+ android:fromAlpha="0"
+ android:toAlpha="1.0"
android:duration="@android:integer/config_mediumAnimTime"
- android:interpolator="@android:anim/accelerate_interpolator" />
+ android:interpolator="@android:anim/decelerate_interpolator" />
</set>

Powered by Google App Engine
This is Rietveld 408576698