summaryrefslogtreecommitdiffstats
path: root/res/anim/dialpad_slide_out_left.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-08-12 14:22:46 -0700
committerTyler Gunn <tgunn@google.com>2014-08-12 14:22:46 -0700
commite8efa9a75c79e9a34b7ad4148b4338e4db74665e (patch)
tree0a91ccd21457e80f9d1c8ef666fd9d6a38d9ff2b /res/anim/dialpad_slide_out_left.xml
parent8403451d612e0d8923aaefc081a28c358775268f (diff)
downloadandroid_packages_apps_PhoneCommon-e8efa9a75c79e9a34b7ad4148b4338e4db74665e.tar.gz
android_packages_apps_PhoneCommon-e8efa9a75c79e9a34b7ad4148b4338e4db74665e.tar.bz2
android_packages_apps_PhoneCommon-e8efa9a75c79e9a34b7ad4148b4338e4db74665e.zip
Correcting dialpad animations in landscape (1/3).
1. Fixed slide in/out animations for RTL locales. 2. Fixed key button reveal animations for landscale LTR and RTL locales. Bug: 16463723 Change-Id: Idaf59ef6e4f303757828f6051b389f1e757feca9
Diffstat (limited to 'res/anim/dialpad_slide_out_left.xml')
-rw-r--r--res/anim/dialpad_slide_out_left.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/anim/dialpad_slide_out_left.xml b/res/anim/dialpad_slide_out_left.xml
new file mode 100644
index 0000000..6cf16e4
--- /dev/null
+++ b/res/anim/dialpad_slide_out_left.xml
@@ -0,0 +1,22 @@
+<?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
+ -->
+
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fromXDelta="0"
+ android:toXDelta="-100%"
+ android:duration="@integer/dialpad_slide_out_duration"/>