summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-05 14:14:28 -0700
committerAndrew Lee <anwlee@google.com>2015-06-05 14:15:57 -0700
commit3ffb71b6dd1963f55972f4af1df279f7cd0ae91a (patch)
tree474c26a8069b4fb076b99fa3d236cdde757ca8db /res/drawable
parentfeddb49ced2eb10328f9f3db52c950668472ffef (diff)
downloadandroid_packages_apps_Dialer-3ffb71b6dd1963f55972f4af1df279f7cd0ae91a.tar.gz
android_packages_apps_Dialer-3ffb71b6dd1963f55972f4af1df279f7cd0ae91a.tar.bz2
android_packages_apps_Dialer-3ffb71b6dd1963f55972f4af1df279f7cd0ae91a.zip
Add delete action to voicemail in call log.
+ Cleanup some asset and variable naming. Bug: 21239168 Change-Id: I4c99484bee1fcd300857cf44080c38e19a98cb5a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_calllog_delete.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable/ic_calllog_delete.xml b/res/drawable/ic_calllog_delete.xml
deleted file mode 100644
index 2f9f0ae62..000000000
--- a/res/drawable/ic_calllog_delete.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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_delete_wht_24dp"
- android:gravity="center"
- android:tint="@color/actionbar_icon_color" />