summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-07-08 01:59:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-08 01:59:57 +0000
commitd98fff30552e7e8cff1205926001cbac7d7e9a35 (patch)
tree3e71bf5533ae556f5956bf755d4172c873597a07 /res
parent3288171507ae38bce261dcf94cfae08392d961c2 (diff)
parent947e02b638c7947c6c97943041d7153edb7b562e (diff)
downloadandroid_packages_apps_Trebuchet-d98fff30552e7e8cff1205926001cbac7d7e9a35.tar.gz
android_packages_apps_Trebuchet-d98fff30552e7e8cff1205926001cbac7d7e9a35.tar.bz2
android_packages_apps_Trebuchet-d98fff30552e7e8cff1205926001cbac7d7e9a35.zip
Merge "Adding custom slide up activity transition for L MR1" into ub-launcher3-burnaby
Diffstat (limited to 'res')
-rw-r--r--res/anim/no_anim.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/anim/no_anim.xml b/res/anim/no_anim.xml
new file mode 100644
index 000000000..02b162519
--- /dev/null
+++ b/res/anim/no_anim.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ 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.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="417" />