summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-05-30 17:16:08 -0700
committerBrian Attwell <brianattwell@google.com>2014-05-30 17:16:08 -0700
commit70c91b71393efc7f133677460749869608c5149d (patch)
tree2a87b7b7138023ba18b6b56bce3e4998e0e34e52 /res/drawable
parent982342df9ac866f298026a2baaa9d5956aada869 (diff)
Removed search_bar_expanded from Dialer
The search_bar_expanded now belongs inside ContactsCommon. Change-Id: If359d08a2742d718a35d526f44fb64ae6d0707cf
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_back_arrow.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable/ic_back_arrow.xml b/res/drawable/ic_back_arrow.xml
deleted file mode 100644
index 68a875ded..000000000
--- a/res/drawable/ic_back_arrow.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_arrow_back_24dp"
- android:autoMirrored="true"
- android:tint="@color/actionbar_icon_color" /> \ No newline at end of file