summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/res
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-06-11 01:32:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-11 01:32:22 +0000
commitce5679261062cc1095a22fa6aaf0398e8cd1b610 (patch)
tree75d9d5154b9355a8bcf330824c22dcf5e488d0c6 /packages/SettingsLib/res
parentca97584feea4e5e13333465713bbae733fc7862b (diff)
parent7bcacc9c6af19e429bc3681b1559844e5b8fa1ba (diff)
downloadframeworks_base-ce5679261062cc1095a22fa6aaf0398e8cd1b610.zip
frameworks_base-ce5679261062cc1095a22fa6aaf0398e8cd1b610.tar.gz
frameworks_base-ce5679261062cc1095a22fa6aaf0398e8cd1b610.tar.bz2
am 7bcacc9c: Merge "Animations/success state for external confirm device credentials (1/2)" into mnc-dev
* commit '7bcacc9c6af19e429bc3681b1559844e5b8fa1ba': Animations/success state for external confirm device credentials (1/2)
Diffstat (limited to 'packages/SettingsLib/res')
-rw-r--r--packages/SettingsLib/res/values/dimens.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/dimens.xml b/packages/SettingsLib/res/values/dimens.xml
new file mode 100644
index 0000000..1c4b05f
--- /dev/null
+++ b/packages/SettingsLib/res/values/dimens.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 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
+ -->
+<resources>
+
+ <!-- The y translation to apply at the start in appear animations. -->
+ <dimen name="appear_y_translation_start">32dp</dimen>
+
+ <!-- The translation for disappearing security views after having solved them. -->
+ <dimen name="disappear_y_translation">-32dp</dimen>
+</resources> \ No newline at end of file