summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim/notification_buttons_out.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-09-26 13:02:01 -0700
committerJoe Onorato <joeo@android.com>2010-09-26 13:02:01 -0700
commit55d2d7646bf13bb5406bf01fd1bb96e58588570c (patch)
tree92da8833f1f735e3b16cbae534c980dddbd4f7ae /packages/SystemUI/res/anim/notification_buttons_out.xml
parent81859bc3d4d18f558b903db1306e76d0db115cf6 (diff)
downloadframeworks_base-55d2d7646bf13bb5406bf01fd1bb96e58588570c.zip
frameworks_base-55d2d7646bf13bb5406bf01fd1bb96e58588570c.tar.gz
frameworks_base-55d2d7646bf13bb5406bf01fd1bb96e58588570c.tar.bz2
Notification updates.
When the drawer is open, hide the icons & toasts. Move Clear button to the bottom and add DND button. Change-Id: I8b3253eb8f2ff3b1e11a819d58b202e023f00710
Diffstat (limited to 'packages/SystemUI/res/anim/notification_buttons_out.xml')
-rw-r--r--packages/SystemUI/res/anim/notification_buttons_out.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/anim/notification_buttons_out.xml b/packages/SystemUI/res/anim/notification_buttons_out.xml
new file mode 100644
index 0000000..4717e47
--- /dev/null
+++ b/packages/SystemUI/res/anim/notification_buttons_out.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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.
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android"
+ >
+ <alpha android:toAlpha="0.0" android:fromAlpha="1.0"
+ android:duration="@android:integer/config_longAnimTime"
+ />
+</set>