diff options
author | 2015-11-10 03:05:42 +0000 | |
---|---|---|
committer | 2015-11-10 03:29:41 +0000 | |
commit | e1d501268396e58bfdd37a0a50dfeb2ac48139a8 (patch) | |
tree | bc6c9cdec979dbbe3bb5aca463f2cd2dc721de91 /java/res/drawable | |
parent | 9dfac101f2c7c34992e0214c09ee34f20b396bb1 (diff) | |
download | latinime-e1d501268396e58bfdd37a0a50dfeb2ac48139a8.tar.gz latinime-e1d501268396e58bfdd37a0a50dfeb2ac48139a8.tar.xz latinime-e1d501268396e58bfdd37a0a50dfeb2ac48139a8.zip |
Revert "Unicode 8.0 emoji changes to Google Keyboard."
This reverts commit 9cc42549d18f1e28ffc8dae94ff36728933f53f1.
Change-Id: Ia3b037160e55bc54ef55194b967d9c91f6814ff8
Diffstat (limited to 'java/res/drawable')
-rw-r--r-- | java/res/drawable/ic_emoji_activity_holo_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_activity_lxx_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_activity_lxx_light.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_flag_holo_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_flag_lxx_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_flag_lxx_light.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_food_holo_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_food_lxx_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_food_lxx_light.xml | 33 |
9 files changed, 0 insertions, 297 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> diff --git a/java/res/drawable/ic_emoji_activity_lxx_dark.xml b/java/res/drawable/ic_emoji_activity_lxx_dark.xml deleted file mode 100644 index b916d4f9e..000000000 --- a/java/res/drawable/ic_emoji_activity_lxx_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_lxx_dark" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_activity_activated_lxx_dark" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_activity_activated_lxx_dark" /> - <item - android:drawable="@drawable/ic_emoji_activity_normal_lxx_dark" /> -</selector> diff --git a/java/res/drawable/ic_emoji_activity_lxx_light.xml b/java/res/drawable/ic_emoji_activity_lxx_light.xml deleted file mode 100644 index 801f8950a..000000000 --- a/java/res/drawable/ic_emoji_activity_lxx_light.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_lxx_light" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_activity_activated_lxx_light" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_activity_activated_lxx_light" /> - <item - android:drawable="@drawable/ic_emoji_activity_normal_lxx_light" /> -</selector> diff --git a/java/res/drawable/ic_emoji_flag_holo_dark.xml b/java/res/drawable/ic_emoji_flag_holo_dark.xml deleted file mode 100644 index c9857fe2f..000000000 --- a/java/res/drawable/ic_emoji_flag_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_flag_activated_holo_dark" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_flag_activated_holo_dark" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_flag_activated_holo_dark" /> - <item - android:drawable="@drawable/ic_emoji_flag_normal_holo_dark" /> -</selector> diff --git a/java/res/drawable/ic_emoji_flag_lxx_dark.xml b/java/res/drawable/ic_emoji_flag_lxx_dark.xml deleted file mode 100644 index 8bd0fd745..000000000 --- a/java/res/drawable/ic_emoji_flag_lxx_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_flag_activated_lxx_dark" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_flag_activated_lxx_dark" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_flag_activated_lxx_dark" /> - <item - android:drawable="@drawable/ic_emoji_flag_normal_lxx_dark" /> -</selector> diff --git a/java/res/drawable/ic_emoji_flag_lxx_light.xml b/java/res/drawable/ic_emoji_flag_lxx_light.xml deleted file mode 100644 index 3632cfe58..000000000 --- a/java/res/drawable/ic_emoji_flag_lxx_light.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_flag_activated_lxx_light" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_flag_activated_lxx_light" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_flag_activated_lxx_light" /> - <item - android:drawable="@drawable/ic_emoji_flag_normal_lxx_light" /> -</selector> diff --git a/java/res/drawable/ic_emoji_food_holo_dark.xml b/java/res/drawable/ic_emoji_food_holo_dark.xml deleted file mode 100644 index 2c6c0f2eb..000000000 --- a/java/res/drawable/ic_emoji_food_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_food_activated_holo_dark" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_food_activated_holo_dark" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_food_activated_holo_dark" /> - <item - android:drawable="@drawable/ic_emoji_food_normal_holo_dark" /> -</selector> diff --git a/java/res/drawable/ic_emoji_food_lxx_dark.xml b/java/res/drawable/ic_emoji_food_lxx_dark.xml deleted file mode 100644 index 19d7d5700..000000000 --- a/java/res/drawable/ic_emoji_food_lxx_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_food_activated_lxx_dark" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_food_activated_lxx_dark" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_food_activated_lxx_dark" /> - <item - android:drawable="@drawable/ic_emoji_food_normal_lxx_dark" /> -</selector> diff --git a/java/res/drawable/ic_emoji_food_lxx_light.xml b/java/res/drawable/ic_emoji_food_lxx_light.xml deleted file mode 100644 index 9da2c48fd..000000000 --- a/java/res/drawable/ic_emoji_food_lxx_light.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_food_activated_lxx_light" /> - <item - android:state_pressed="true" - android:drawable="@drawable/ic_emoji_food_activated_lxx_light" /> - <item - android:state_selected="true" - android:drawable="@drawable/ic_emoji_food_activated_lxx_light" /> - <item - android:drawable="@drawable/ic_emoji_food_normal_lxx_light" /> -</selector> |