summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable/ic_lockscreen_outerring.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-09 18:17:47 -0700
committerAndrew Lee <anwlee@google.com>2014-05-09 18:40:04 -0700
commit5a0df35b85a3d561f60e0663a45b4f6712d1a17f (patch)
treee94bded47aa6091babff7a7d604cd348095edab3 /InCallUI/res/drawable/ic_lockscreen_outerring.xml
parent215a0b09d59ef4384c4aef7b53cf70f8fff6fd80 (diff)
Change tints, backgrounds on incoming call icons.
- Also tweaked icon tints for the InCall buttons, to make them less prominent in the disabled state. - Strengthened the logic around setting the audio button's enabled state in the call button fragment. Before, updateAudioButtons() was setting the audio button to be enabled after setEnabled(false) was called on the fragment, causing it to be set to disabled notably later than the other buttons. Bug: 14658215 Change-Id: I68145fcc7420713e492e96b6c6a636fad9047ed1
Diffstat (limited to 'InCallUI/res/drawable/ic_lockscreen_outerring.xml')
-rw-r--r--InCallUI/res/drawable/ic_lockscreen_outerring.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/ic_lockscreen_outerring.xml b/InCallUI/res/drawable/ic_lockscreen_outerring.xml
index b84a94a0b..489515fbc 100644
--- a/InCallUI/res/drawable/ic_lockscreen_outerring.xml
+++ b/InCallUI/res/drawable/ic_lockscreen_outerring.xml
@@ -18,6 +18,5 @@
android:shape="oval">
<size android:height="@dimen/glowpadview_outerring_diameter"
android:width="@dimen/glowpadview_outerring_diameter" />
- <solid android:color="#00000000" />
<stroke android:color="@color/glowpad_outer_ring_color" android:width="1dp" />
</shape>