summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-05-22 19:23:34 -0700
committerAdam Cohen <adamcohen@google.com>2015-07-07 18:52:09 -0700
commit947e02b638c7947c6c97943041d7153edb7b562e (patch)
tree014e267dae077edcbc3407a80d5d2906c20819be /res
parentcc31d463279016d0ce1f15886a8cf2aee7d4c54b (diff)
downloadandroid_packages_apps_Trebuchet-947e02b638c7947c6c97943041d7153edb7b562e.tar.gz
android_packages_apps_Trebuchet-947e02b638c7947c6c97943041d7153edb7b562e.tar.bz2
android_packages_apps_Trebuchet-947e02b638c7947c6c97943041d7153edb7b562e.zip
Adding custom slide up activity transition for L MR1
issue 21402755 Change-Id: Id2542c0a3c38bd71aa407a3b0fe00fdee24e2f69
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" />