diff options
author | Yorke Lee <yorkelee@google.com> | 2014-06-20 19:27:31 +0000 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-06-20 19:27:31 +0000 |
commit | 56444f96da37934839c788f2a74cbb5d8193c552 (patch) | |
tree | 67ce563c527882768a6a6bd8384814bdad933b77 /res/drawable | |
parent | 8e7cebc6aff9b41192dd3348fc52ef62c06236ab (diff) | |
download | packages_apps_ContactsCommon-56444f96da37934839c788f2a74cbb5d8193c552.tar.gz packages_apps_ContactsCommon-56444f96da37934839c788f2a74cbb5d8193c552.tar.bz2 packages_apps_ContactsCommon-56444f96da37934839c788f2a74cbb5d8193c552.zip |
Revert "Update Emergency Dialer to match Dialer (3/5)."
This reverts commit 8e7cebc6aff9b41192dd3348fc52ef62c06236ab.
Change-Id: Ifa42f45868286b80e111229bb0761798af884293
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/btn_dialpad_key.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/drawable/btn_dialpad_key.xml b/res/drawable/btn_dialpad_key.xml new file mode 100644 index 00000000..a4cb0885 --- /dev/null +++ b/res/drawable/btn_dialpad_key.xml @@ -0,0 +1,18 @@ +<?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. +--> + +<ripple xmlns:android="http://schemas.android.com/apk/res/android" + android:color="?android:attr/colorControlHighlight" />
\ No newline at end of file |