summaryrefslogtreecommitdiff
path: root/InCallUI/res/anim/call_status_pulse.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-09 11:53:01 -0700
committerAndrew Lee <anwlee@google.com>2014-06-09 11:53:01 -0700
commit5c9f42b81df4eb9ba94f7619aa7fb0d9500b9963 (patch)
treec2893fbc52a8677dd13e27520f1c32b63e24ba1a /InCallUI/res/anim/call_status_pulse.xml
parent561374c01312e1d2daa526a38f66f28c822573e5 (diff)
Change range of call status opacity pulse to 0.5-1.
Bug: 15389408 Change-Id: Idb2196bc90725ac5c619a24c361382a1afe84ef7
Diffstat (limited to 'InCallUI/res/anim/call_status_pulse.xml')
-rw-r--r--InCallUI/res/anim/call_status_pulse.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/anim/call_status_pulse.xml b/InCallUI/res/anim/call_status_pulse.xml
index 6bbcb6383..abda25b73 100644
--- a/InCallUI/res/anim/call_status_pulse.xml
+++ b/InCallUI/res/anim/call_status_pulse.xml
@@ -15,8 +15,8 @@
~ limitations under the License
-->
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
- android:fromAlpha="0.8"
+ android:fromAlpha="0.5"
android:toAlpha="1"
android:duration="600"
android:repeatCount="infinite"
- android:repeatMode="reverse" /> \ No newline at end of file
+ android:repeatMode="reverse" />