summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2015-11-05 14:13:12 -0800
committerTa-wei Yen <twyen@google.com>2015-11-06 22:54:14 +0000
commita5437e6882bde69cb795ed8d929c1024a8fef16e (patch)
tree1778d022d1c44d7dba00dd50abb726de8f05238b /res/drawable
parent6e0fd6b77759baf43cb37d407041be051b4856b5 (diff)
Call Blocking UI/String change
+ Adjusted UI/String according to new specifications. + Added class VisualVoicemailEnabledChecker + Block number dialog display different message depending on whether VVM is activated. Bug:25455707 Change-Id: I09425053c91a5517e309302d421beadcc2d81cd4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_blocked_numbers_settings_add.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable/ic_blocked_numbers_settings_add.xml b/res/drawable/ic_blocked_numbers_settings_add.xml
deleted file mode 100644
index adcf90676..000000000
--- a/res/drawable/ic_blocked_numbers_settings_add.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_add_24dp"
- android:tint="@color/blocked_number_icon_tint" />