summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-05-13 14:07:50 -0700
committerTyler Gunn <tgunn@google.com>2015-05-13 14:07:50 -0700
commitcecf09187a5419eba802a474a98f7a840dc17cfd (patch)
tree5debaa5d8080b557912d91539278ae8bda6b67eb
parent63ce9a33a06df1ebc5c338afcae625b19bf6c40f (diff)
Change "decline" camera icon on glow-pad to red.
Bug: 21058266 Change-Id: If7d6b0ed9425d7d8adb500c3c330a32ed865e863
-rw-r--r--InCallUI/res/drawable/ic_lockscreen_decline_video_normal_layer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/ic_lockscreen_decline_video_normal_layer.xml b/InCallUI/res/drawable/ic_lockscreen_decline_video_normal_layer.xml
index e247f0a3f..e3b89b947 100644
--- a/InCallUI/res/drawable/ic_lockscreen_decline_video_normal_layer.xml
+++ b/InCallUI/res/drawable/ic_lockscreen_decline_video_normal_layer.xml
@@ -28,7 +28,7 @@
<bitmap
android:gravity="center"
android:src="@drawable/ic_toolbar_video_off"
- android:tint="@color/glowpad_call_widget_normal_tint"
+ android:tint="@color/glowpad_end_call_widget_normal_tint"
android:autoMirrored="true" />
</item>
</layer-list>