summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2012-04-26 10:38:30 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2012-04-26 10:39:20 -0700
commitf7188f49b22aac7bbe57059a6a99d9ef3e02189f (patch)
tree99731f0e34b42214e3fad3f843ecba6cb198d2f8 /res/drawable
parent8d32448240e9c4d51d64676e66d2fb819aed46a4 (diff)
downloadpackages_apps_Contacts-f7188f49b22aac7bbe57059a6a99d9ef3e02189f.tar.gz
packages_apps_Contacts-f7188f49b22aac7bbe57059a6a99d9ef3e02189f.tar.bz2
packages_apps_Contacts-f7188f49b22aac7bbe57059a6a99d9ef3e02189f.zip
Remove obsolete assets used in horizontal orientation
Bug: 6401577 Change-Id: Ief10fd45d368100c762412f40d555db21b4188ba
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_dial_textfield.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/res/drawable/btn_dial_textfield.xml b/res/drawable/btn_dial_textfield.xml
deleted file mode 100644
index de914cfd0..000000000
--- a/res/drawable/btn_dial_textfield.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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="true"
- android:drawable="@drawable/btn_dial_textfield_pressed" />
- <item android:state_focused="true"
- android:drawable="@drawable/btn_dial_textfield_selected" />
- <item
- android:drawable="@drawable/btn_dial_textfield_normal" />
-</selector>
-