summaryrefslogtreecommitdiff
path: root/InCallUI/res/anim
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-04 12:57:53 -0700
committerAndrew Lee <anwlee@google.com>2014-06-04 17:26:24 -0700
commitc2831f31282a1075612449cc38d0af8069329160 (patch)
treecd798ce02c3652c7d2c91efd79abac3a9db9ba2c /InCallUI/res/anim
parent427b1418f89af0ce7d3995465766e38069c1c98e (diff)
Update InCallUi styles to redline.
- Add pulse animation for the call status. - Rename AnimationUtils to InCallAnimationUtils to avoid name conflict. - Adjust sizes/positions of fields in the call card. Condensed a RelativeLayout and LinearLayout in the primary call info into a LinearLayout, which is all that's needed. - Styled color of status bar. Bug: 15389408 Change-Id: I46f26e2a1bfaebde82f68f054ed68fcbe3eff3bb
Diffstat (limited to 'InCallUI/res/anim')
-rw-r--r--InCallUI/res/anim/call_status_pulse.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/InCallUI/res/anim/call_status_pulse.xml b/InCallUI/res/anim/call_status_pulse.xml
new file mode 100644
index 000000000..6bbcb6383
--- /dev/null
+++ b/InCallUI/res/anim/call_status_pulse.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
+ -->
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fromAlpha="0.8"
+ android:toAlpha="1"
+ android:duration="600"
+ android:repeatCount="infinite"
+ android:repeatMode="reverse" /> \ No newline at end of file