| 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>
|
|
|