summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-18 17:56:50 -0700
committerYorke Lee <yorkelee@google.com>2014-05-18 17:56:50 -0700
commiteaf4eb498e8fce70aefc9377422bd43427ffcc6d (patch)
treec120c19cba126518dcee51befb7518ac08d7ac41 /res/drawable
parente026fac8868f7393ccab2ce4ceb8faa9bd2530b2 (diff)
Remove unused resources in Dialer
Change-Id: I674b2a9620f7b2ca0116cc4db16f27e78eeef5e7
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/background_all_contacts.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/drawable/background_all_contacts.xml b/res/drawable/background_all_contacts.xml
deleted file mode 100644
index c14886ad5..000000000
--- a/res/drawable/background_all_contacts.xml
+++ /dev/null
@@ -1,30 +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
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="false">
- <shape android:shape="rectangle" >
- <solid android:color="@color/all_contacts_button_color" />
- </shape>
- </item>
-
- <item android:state_pressed="true">
- <shape android:shape="rectangle" >
- <solid android:color="@color/all_contacts_button_pressed_color" />
- </shape>
- </item>
-</selector> \ No newline at end of file