summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-09 11:34:08 -0700
committerNancy Chen <nancychen@google.com>2014-07-11 09:59:16 -0700
commita548a7a758928c8c675d93454e6a5c85d8b896cb (patch)
tree02ce6f864b39e44f820c8d0427a993a76aee3571 /InCallUI/res/drawable
parent05d1440049e389568a9357a8b59bdfff05f26375 (diff)
Remove bluetooth icon from call state banner and change toolbar carrot
The call state banner icon will only be used for call provider/wifi icons so the incoming bluetooth icon needs to be removed. Also the 45 degree carrot is being replaced by the downward carrot. Bug: 15767934 Change-Id: I4ff01eba32fe65c05dcb099cb4fe8092ec2b64ef
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/btn_compound_audio.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/btn_compound_audio.xml b/InCallUI/res/drawable/btn_compound_audio.xml
index adfb8c279..ae4a2de4d 100644
--- a/InCallUI/res/drawable/btn_compound_audio.xml
+++ b/InCallUI/res/drawable/btn_compound_audio.xml
@@ -45,7 +45,7 @@
<!-- Use an explicit <bitmap> to avoid scaling the icon up to the full
size of the button. -->
<item android:id="@+id/moreIndicatorItem">
- <bitmap android:src="@drawable/ic_more_indicator_holo_dark"
+ <bitmap android:src="@drawable/ic_toolbar_arrow_whitespace"
android:gravity="center"
android:tint="@color/selectable_icon_tint" />
</item>