Index: chrome/android/java/res/anim/slide_in_up.xml |
diff --git a/chrome/android/java/res/anim/slide_in_up.xml b/chrome/android/java/res/anim/slide_in_up.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bf471c38361e3ee8ce77b27bff5f4d98d141b839 |
--- /dev/null |
+++ b/chrome/android/java/res/anim/slide_in_up.xml |
@@ -0,0 +1,23 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Copyright (C) 2009 The Android Open Source Project |
please use gerrit instead
2017/05/25 14:53:26
Where is this file coming from?
gogerald1
2017/05/25 16:53:32
It's from here https://cs.chromium.org/chromium/sr
please use gerrit instead
2017/05/25 17:56:12
I'm not sure we can change this license, but we sh
gogerald1
2017/05/29 22:13:16
Changed to chromium property, this is a very norma
|
+ |
+ Licensed under the Apache License, Version 2.0 (the "License"); |
+ you may not use this file except in compliance with the License. |
+ You may obtain a copy of the License at |
+ |
+ http://www.apache.org/licenses/LICENSE-2.0 |
+ |
+ Unless required by applicable law or agreed to in writing, software |
+ distributed under the License is distributed on an "AS IS" BASIS, |
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
+ See the License for the specific language governing permissions and |
+ limitations under the License. |
+--> |
+ |
+<translate |
+ xmlns:android="http://schemas.android.com/apk/res/android" |
+ |
+ android:fromYDelta="100%p" |
+ android:toYDelta="0" |
+ |
+ android:duration="@android:integer/config_longAnimTime" /> |