summaryrefslogtreecommitdiffstats
path: root/java/res/drawable/ic_emoji_activity_holo_dark.xml
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2015-11-10 03:30:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-10 03:30:57 +0000
commit1ce99504c5295eb4aef5df87db8d2bfc42001302 (patch)
treef69f42875a516126ea37d5f8ad7f4e437a9e4806 /java/res/drawable/ic_emoji_activity_holo_dark.xml
parent89efd96db6b8d76c256e65968cb166af1f0df698 (diff)
parente1d501268396e58bfdd37a0a50dfeb2ac48139a8 (diff)
downloadandroid_packages_inputmethods_LatinIME-1ce99504c5295eb4aef5df87db8d2bfc42001302.tar.gz
android_packages_inputmethods_LatinIME-1ce99504c5295eb4aef5df87db8d2bfc42001302.tar.bz2
android_packages_inputmethods_LatinIME-1ce99504c5295eb4aef5df87db8d2bfc42001302.zip
Revert "Unicode 8.0 emoji changes to Google Keyboard."
am: e1d5012683 * commit 'e1d501268396e58bfdd37a0a50dfeb2ac48139a8': Revert "Unicode 8.0 emoji changes to Google Keyboard."
Diffstat (limited to 'java/res/drawable/ic_emoji_activity_holo_dark.xml')
-rw-r--r--java/res/drawable/ic_emoji_activity_holo_dark.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/java/res/drawable/ic_emoji_activity_holo_dark.xml b/java/res/drawable/ic_emoji_activity_holo_dark.xml
deleted file mode 100644
index 8eeb64019..000000000
--- a/java/res/drawable/ic_emoji_activity_holo_dark.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-**
-** Copyright 2015, 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_focused="true"
- android:drawable="@drawable/ic_emoji_activity_activated_holo_dark" />
- <item
- android:state_pressed="true"
- android:drawable="@drawable/ic_emoji_activity_activated_holo_dark" />
- <item
- android:state_selected="true"
- android:drawable="@drawable/ic_emoji_activity_activated_holo_dark" />
- <item
- android:drawable="@drawable/ic_emoji_activity_normal_holo_dark" />
-</selector>