| Index: chrome/android/java/res/anim/slide_in_up.xml
|
| diff --git a/content/public/android/java/res/values/ids.xml b/chrome/android/java/res/anim/slide_in_up.xml
|
| similarity index 55%
|
| copy from content/public/android/java/res/values/ids.xml
|
| copy to chrome/android/java/res/anim/slide_in_up.xml
|
| index e9481bb49c507e2f2639615e8d4f721749a8eb8c..d0960d9c9858232fbf568f486c0b07d2d206315a 100644
|
| --- a/content/public/android/java/res/values/ids.xml
|
| +++ b/chrome/android/java/res/anim/slide_in_up.xml
|
| @@ -1,12 +1,12 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
|
|
| <!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| -
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<resources>
|
| - <!-- Download service notification -->
|
| - <item type="id" name="download_service_notification" />
|
| -</resources>
|
| +<translate
|
| + xmlns:android="http://schemas.android.com/apk/res/android"
|
| + android:duration="250"
|
| + android:fromYDelta="100%p"
|
| + android:toYDelta="0%" />
|
|
|