summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-09 19:10:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-09 19:11:00 +0000
commit64fb20f5364ab69f64abf5d7f5b03f32f85b5f75 (patch)
treec00bd1268fe9b21303aa806847135ac805aa31ef /InCallUI
parent9634e25bf12ce080d57c62b2f11719cc191ff90e (diff)
parent5c9f42b81df4eb9ba94f7619aa7fb0d9500b9963 (diff)
Merge "Change range of call status opacity pulse to 0.5-1." into lmp-preview-dev
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" />