summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-19 22:44:06 -0700
committerAndrew Lee <anwlee@google.com>2015-10-19 22:44:06 -0700
commita6732f7dd28e56fcc075f6d405ff2dada0a83cea (patch)
tree5579cdd2e7be87b9890ffc837036cb99752457ab /res/drawable
parentd0a5d1421e52caad8073c3e08fbb645c069344df (diff)
downloadandroid_packages_apps_Dialer-a6732f7dd28e56fcc075f6d405ff2dada0a83cea.tar.gz
android_packages_apps_Dialer-a6732f7dd28e56fcc075f6d405ff2dada0a83cea.tar.bz2
android_packages_apps_Dialer-a6732f7dd28e56fcc075f6d405ff2dada0a83cea.zip
Show unblock icon for blocked numbers.
Bug: 25095683 Change-Id: I244ec8312ad24081fd36967e063ddccd53b0253c
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_call_detail_unblock.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/ic_call_detail_unblock.xml b/res/drawable/ic_call_detail_unblock.xml
new file mode 100644
index 000000000..ba5378b10
--- /dev/null
+++ b/res/drawable/ic_call_detail_unblock.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_unblock"
+ android:tint="@color/call_detail_footer_icon_tint" />