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

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

Issue 2037223002: Add slide in/slide out transition for Herb CCTs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing xmly bits Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/android/java/res/anim/slide_in_up.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/anim/no_anim.xml
diff --git a/content/public/android/java/res/values/ids.xml b/chrome/android/java/res/anim/no_anim.xml
similarity index 55%
copy from content/public/android/java/res/values/ids.xml
copy to chrome/android/java/res/anim/no_anim.xml
index e9481bb49c507e2f2639615e8d4f721749a8eb8c..31d70fc08290af387abd70a30c28a4bc3ee6231a 100644
--- a/content/public/android/java/res/values/ids.xml
+++ b/chrome/android/java/res/anim/no_anim.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:fromXDelta="0"
+ android:toXDelta="0"
+ android:duration="250" />
« no previous file with comments | « no previous file | chrome/android/java/res/anim/slide_in_up.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698