Chromium Code Reviews| Index: chrome/android/java/res/anim/fullscreen_notification_in.xml |
| diff --git a/chrome/android/java/res/anim/fullscreen_notification_in.xml b/chrome/android/java/res/anim/fullscreen_notification_in.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0e115de9be90cc290099ecc43224e63bd86850ce |
| --- /dev/null |
| +++ b/chrome/android/java/res/anim/fullscreen_notification_in.xml |
| @@ -0,0 +1,18 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<!-- Copyright (c) 2013 The Chromium Authors. All rights reserved. |
|
David Trainor- moved to gerrit
2014/12/16 23:13:54
2014
Jaekyun Seok (inactive)
2014/12/17 01:21:08
Done.
|
| + |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| +<set xmlns:android="http://schemas.android.com/apk/res/android"> |
| + <alpha |
| + android:fromAlpha="0" |
| + android:toAlpha="1.0" |
| + android:duration="@android:integer/config_mediumAnimTime" |
| + android:interpolator="@android:anim/accelerate_interpolator" |
| + /> |
| + <translate |
| + android:fromYDelta="15" |
| + android:toYDelta="0" |
| + android:duration="@android:integer/config_mediumAnimTime" /> |
| +</set> |