summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-09 19:29:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-09 19:29:59 +0000
commite3bebbce3f404ee4b2222e8d52e6c97271330d4d (patch)
tree4e786532441977ff5ac6f2e1caae2099a86b1daf /InCallUI
parent2e2c7193153579f8e6ad23b14885664390ab2327 (diff)
parent64fb20f5364ab69f64abf5d7f5b03f32f85b5f75 (diff)
am 2d41eea0: Merge "Change range of call status opacity pulse to 0.5-1." into lmp-preview-dev
* commit '2d41eea07b976ca5e0ef472f9a190593846d7709': Change range of call status opacity pulse to 0.5-1.
Diffstat (limited to 'InCallUI')
-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" />