summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-28 17:59:42 -0700
committerAndrew Lee <anwlee@google.com>2014-05-29 10:45:32 -0700
commit945ac0fe4ad7734d14268583a5d1e307b2b3b99c (patch)
treea3584142e5afca6b46f1593d66f5ad27a585ef8c /InCallUI/res/drawable
parent04c728ceaf0aef4aef01e597777a6d2a356b6822 (diff)
Specify dialpad touch tint color in style.
Also, delete code/colors which are rendered unneeded by this new style. Bug: 15168708 Change-Id: I6f958d696a8cba9d7cc5b809ef7b5408c7c6aac7
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/incall_dialpad_key_colors.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/InCallUI/res/drawable/incall_dialpad_key_colors.xml b/InCallUI/res/drawable/incall_dialpad_key_colors.xml
deleted file mode 100644
index 8c8da0b24..000000000
--- a/InCallUI/res/drawable/incall_dialpad_key_colors.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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true"
- android:drawable="@color/incall_dialpad_background_pressed" />
-</selector>