summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/res/values
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-06-09 15:25:40 -0700
committerJorim Jaggi <jjaggi@google.com>2015-06-09 15:25:40 -0700
commit5673353559453ecb57fc767b4e7500dd46e44079 (patch)
tree725c2863a0c964ff57e4b4372d01e7559839f27c /packages/SettingsLib/res/values
parent2ba59793680a950a1f789a8a68c48bb6ce5df9d4 (diff)
downloadframeworks_base-5673353559453ecb57fc767b4e7500dd46e44079.zip
frameworks_base-5673353559453ecb57fc767b4e7500dd46e44079.tar.gz
frameworks_base-5673353559453ecb57fc767b4e7500dd46e44079.tar.bz2
Animations/success state for external confirm device credentials (1/2)
Bug: 20929186 Change-Id: I8ca396e353189da7da3e9c98f841b76c876e461e
Diffstat (limited to 'packages/SettingsLib/res/values')
-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