diff options
author | 2014-07-10 22:04:32 +0900 | |
---|---|---|
committer | 2014-07-10 22:40:06 +0900 | |
commit | 4607e763a47e6354cde5d072bc5bda2e3c361380 (patch) | |
tree | e03b6c2b29a2201d3249a1aa964815ad5fa8c1f8 /java/res/drawable | |
parent | facfd28a475b4a8369107ead340be295ca1b0358 (diff) | |
download | latinime-4607e763a47e6354cde5d072bc5bda2e3c361380.tar.gz latinime-4607e763a47e6354cde5d072bc5bda2e3c361380.tar.xz latinime-4607e763a47e6354cde5d072bc5bda2e3c361380.zip |
Update Material icons and key pressed state background
Bug: 16143083
Bug: 15678940
Bug: 15680164
Change-Id: I9f2527a8a536aab05d961e619e3940603024385c
Diffstat (limited to 'java/res/drawable')
-rw-r--r-- | java/res/drawable/ic_emoji_emoticons_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_emoticons_lxx_light.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_nature_lxx_dark.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_nature_lxx_light.xml | 33 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_objects_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_objects_lxx_light.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_people_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_people_lxx_light.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_places_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_places_lxx_light.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_recents_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_recents_lxx_light.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_symbols_lxx_dark.xml | 32 | ||||
-rw-r--r-- | java/res/drawable/ic_emoji_symbols_lxx_light.xml | 32 |
14 files changed, 450 insertions, 0 deletions
diff --git a/java/res/drawable/ic_emoji_emoticons_lxx_dark.xml b/java/res/drawable/ic_emoji_emoticons_lxx_dark.xml new file mode 100644 index 000000000..a8f167ac3 --- /dev/null +++ b/java/res/drawable/ic_emoji_emoticons_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_emoticons_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_emoticons_lxx_light.xml b/java/res/drawable/ic_emoji_emoticons_lxx_light.xml new file mode 100644 index 000000000..e1820906b --- /dev/null +++ b/java/res/drawable/ic_emoji_emoticons_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_emoticons_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_emoticons_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_nature_lxx_dark.xml b/java/res/drawable/ic_emoji_nature_lxx_dark.xml new file mode 100644 index 000000000..6f03e50b4 --- /dev/null +++ b/java/res/drawable/ic_emoji_nature_lxx_dark.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_dark" /> + <item + android:drawable="@drawable/ic_emoji_nature_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_nature_lxx_light.xml b/java/res/drawable/ic_emoji_nature_lxx_light.xml new file mode 100644 index 000000000..47525ad94 --- /dev/null +++ b/java/res/drawable/ic_emoji_nature_lxx_light.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_nature_activated_lxx_light" /> + <item + android:drawable="@drawable/ic_emoji_nature_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_objects_lxx_dark.xml b/java/res/drawable/ic_emoji_objects_lxx_dark.xml new file mode 100644 index 000000000..cf150f412 --- /dev/null +++ b/java/res/drawable/ic_emoji_objects_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_objects_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_objects_lxx_light.xml b/java/res/drawable/ic_emoji_objects_lxx_light.xml new file mode 100644 index 000000000..be7f32f78 --- /dev/null +++ b/java/res/drawable/ic_emoji_objects_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_objects_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_objects_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_people_lxx_dark.xml b/java/res/drawable/ic_emoji_people_lxx_dark.xml new file mode 100644 index 000000000..f91b5c4f3 --- /dev/null +++ b/java/res/drawable/ic_emoji_people_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_people_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_people_lxx_light.xml b/java/res/drawable/ic_emoji_people_lxx_light.xml new file mode 100644 index 000000000..88394bf77 --- /dev/null +++ b/java/res/drawable/ic_emoji_people_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_people_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_people_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_places_lxx_dark.xml b/java/res/drawable/ic_emoji_places_lxx_dark.xml new file mode 100644 index 000000000..ace036465 --- /dev/null +++ b/java/res/drawable/ic_emoji_places_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_places_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_places_lxx_light.xml b/java/res/drawable/ic_emoji_places_lxx_light.xml new file mode 100644 index 000000000..93d74f773 --- /dev/null +++ b/java/res/drawable/ic_emoji_places_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_places_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_places_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_recents_lxx_dark.xml b/java/res/drawable/ic_emoji_recents_lxx_dark.xml new file mode 100644 index 000000000..50f0e086b --- /dev/null +++ b/java/res/drawable/ic_emoji_recents_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_recents_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_recents_lxx_light.xml b/java/res/drawable/ic_emoji_recents_lxx_light.xml new file mode 100644 index 000000000..f06480c51 --- /dev/null +++ b/java/res/drawable/ic_emoji_recents_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_recents_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_recents_normal_lxx_light" /> +</selector> diff --git a/java/res/drawable/ic_emoji_symbols_lxx_dark.xml b/java/res/drawable/ic_emoji_symbols_lxx_dark.xml new file mode 100644 index 000000000..d2dbc220d --- /dev/null +++ b/java/res/drawable/ic_emoji_symbols_lxx_dark.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_dark" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_dark" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_dark" /> + <item android:drawable="@drawable/ic_emoji_symbols_normal_lxx_dark" /> +</selector> diff --git a/java/res/drawable/ic_emoji_symbols_lxx_light.xml b/java/res/drawable/ic_emoji_symbols_lxx_light.xml new file mode 100644 index 000000000..fb59399f5 --- /dev/null +++ b/java/res/drawable/ic_emoji_symbols_lxx_light.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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_focused="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_light" /> + <item + android:state_pressed="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_light" /> + <item + android:state_selected="true" + android:drawable="@drawable/ic_emoji_symbols_activated_lxx_light" /> + <item android:drawable="@drawable/ic_emoji_symbols_normal_lxx_light" /> +</selector> |