summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-05-22 14:36:14 -0700
committerAdam Cohen <adamcohen@google.com>2015-05-22 16:19:42 -0700
commitc3d4553d462521bc77b719109ea8cf5b5812d471 (patch)
treec8e7b3255d6c028f58b172a87d2c604c849e01b6 /res
parenta6095969bb5938ad95ee9f858970d5eb54eb124d (diff)
downloadandroid_packages_apps_Trebuchet-c3d4553d462521bc77b719109ea8cf5b5812d471.tar.gz
android_packages_apps_Trebuchet-c3d4553d462521bc77b719109ea8cf5b5812d471.tar.bz2
android_packages_apps_Trebuchet-c3d4553d462521bc77b719109ea8cf5b5812d471.zip
[DO NOT MERGE] Use custom slide-up animation on LMP MR1 instead of system default
issue 21402755 Change-Id: I87ddef08e7b3134c791f769fc279e62d520cd18c
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" />