summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-03-03 14:12:57 -0800
committerIhab Awad <ihab@google.com>2014-03-07 15:14:41 -0800
commit5510dea8156517d56cf2104e113f9f9357d42b61 (patch)
tree4ce6a153feaa8f9c7223008aa5fc18a8c9a37b16 /InCallUI/res/drawable
parent78f59304027795f8fec2c90e903d77a507cbc4f7 (diff)
Update dialpad to new look and feel.
http://b/13189041 Change-Id: I26b306300e11fd6830d40b51a705c472c89925f4
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/dialpad_key_colors.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/InCallUI/res/drawable/dialpad_key_colors.xml b/InCallUI/res/drawable/dialpad_key_colors.xml
new file mode 100644
index 000000000..27b4d4fc5
--- /dev/null
+++ b/InCallUI/res/drawable/dialpad_key_colors.xml
@@ -0,0 +1,22 @@
+<?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/background_dialpad_pressed" />
+ <item android:drawable="@color/background_dialpad" />
+</selector>