summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-24 16:23:06 -0700
committerAndrew Lee <anwlee@google.com>2015-06-24 16:23:31 -0700
commitc5bfcb40739e8999267ab27ecf3724edce694399 (patch)
tree0595068b3e730c88007e82ad26a6ec1cf62bea41 /res/drawable
parent0feab0229c1c70248ca411d0e95f79aa2ac70c00 (diff)
downloadandroid_packages_apps_Dialer-c5bfcb40739e8999267ab27ecf3724edce694399.tar.gz
android_packages_apps_Dialer-c5bfcb40739e8999267ab27ecf3724edce694399.tar.bz2
android_packages_apps_Dialer-c5bfcb40739e8999267ab27ecf3724edce694399.zip
Update some icons/styles used in Dialer.
Bug: 22070564 Change-Id: I7b0d691c18a011f1f61cc12fe063458560528bd4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/call_log_action_border.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/drawable/call_log_action_border.xml b/res/drawable/call_log_action_border.xml
deleted file mode 100644
index fbb3559ed..000000000
--- a/res/drawable/call_log_action_border.xml
+++ /dev/null
@@ -1,24 +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
- -->
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:left="-1dp" android:right="-1dp" android:bottom="-1dp">
- <shape android:shape="rectangle">
- <stroke android:width="1dp" android:color="@color/call_log_action_divider" />
- </shape>
- </item>
-</layer-list>