aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_emoji_nature_light.xml33
-rw-r--r--res/drawable/ic_emoji_objects_light.xml32
-rw-r--r--res/drawable/ic_emoji_people_light.xml32
-rw-r--r--res/drawable/ic_emoji_places_light.xml32
-rw-r--r--res/drawable/ic_emoji_recent_light.xml32
-rw-r--r--res/drawable/ic_emoji_symbols_light.xml32
-rw-r--r--res/drawable/orca_composer_attach_camera_button.xml6
-rw-r--r--res/drawable/orca_composer_attach_location_button.xml21
-rw-r--r--res/drawable/orca_composer_attach_photo_button.xml6
-rw-r--r--res/drawable/orca_composer_popup_button.xml6
-rw-r--r--res/drawable/orca_composer_popup_button_active.xml6
-rw-r--r--res/drawable/orca_emoji_backspace_front_button.xml5
-rw-r--r--res/drawable/orca_emoji_more_front_button.xml5
-rw-r--r--res/drawable/orca_emoji_tab_background.xml7
-rw-r--r--res/drawable/orca_emoji_tab_dark_background.xml22
-rw-r--r--res/drawable/popup_bg.xml8
16 files changed, 285 insertions, 0 deletions
diff --git a/res/drawable/ic_emoji_nature_light.xml b/res/drawable/ic_emoji_nature_light.xml
new file mode 100644
index 0000000..543409e
--- /dev/null
+++ b/res/drawable/ic_emoji_nature_light.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_nature_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_nature_light_activated" />
+ <item
+ android:drawable="@drawable/ic_emoji_nature_light_normal" />
+</selector>
diff --git a/res/drawable/ic_emoji_objects_light.xml b/res/drawable/ic_emoji_objects_light.xml
new file mode 100644
index 0000000..4096e69
--- /dev/null
+++ b/res/drawable/ic_emoji_objects_light.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_objects_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_objects_light_activated" />
+ <item android:drawable="@drawable/ic_emoji_objects_light_normal" />
+</selector>
diff --git a/res/drawable/ic_emoji_people_light.xml b/res/drawable/ic_emoji_people_light.xml
new file mode 100644
index 0000000..ea9e406
--- /dev/null
+++ b/res/drawable/ic_emoji_people_light.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_people_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_people_light_activated" />
+ <item android:drawable="@drawable/ic_emoji_people_light_normal" />
+</selector>
diff --git a/res/drawable/ic_emoji_places_light.xml b/res/drawable/ic_emoji_places_light.xml
new file mode 100644
index 0000000..312cad9
--- /dev/null
+++ b/res/drawable/ic_emoji_places_light.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_places_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_places_light_activated" />
+ <item android:drawable="@drawable/ic_emoji_places_light_normal" />
+</selector>
diff --git a/res/drawable/ic_emoji_recent_light.xml b/res/drawable/ic_emoji_recent_light.xml
new file mode 100644
index 0000000..8c2123f
--- /dev/null
+++ b/res/drawable/ic_emoji_recent_light.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_recent_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_recent_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_recent_light_activated" />
+ <item android:drawable="@drawable/ic_emoji_recent_light_normal" />
+</selector>
diff --git a/res/drawable/ic_emoji_symbols_light.xml b/res/drawable/ic_emoji_symbols_light.xml
new file mode 100644
index 0000000..79aaf0f
--- /dev/null
+++ b/res/drawable/ic_emoji_symbols_light.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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_light_activated" />
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ic_emoji_symbols_light_activated" />
+ <item
+ android:state_selected="true"
+ android:drawable="@drawable/ic_emoji_symbols_light_activated" />
+ <item android:drawable="@drawable/ic_emoji_symbols_light_normal" />
+</selector>
diff --git a/res/drawable/orca_composer_attach_camera_button.xml b/res/drawable/orca_composer_attach_camera_button.xml
new file mode 100644
index 0000000..0b255fb
--- /dev/null
+++ b/res/drawable/orca_composer_attach_camera_button.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_attach_camera_pressed" />
+ <item android:drawable="@drawable/orca_attach_camera_normal" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_composer_attach_location_button.xml b/res/drawable/orca_composer_attach_location_button.xml
new file mode 100644
index 0000000..4971113
--- /dev/null
+++ b/res/drawable/orca_composer_attach_location_button.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2013 Klamr. All rights reserved.
+ ~
+ ~ This software is the confidential and proprietary information of Klamr or one of its
+ ~ subsidiaries. You shall not disclose this confidential information and shall use it only in
+ ~ accordance with the terms of the license agreement or other applicable agreement you entered into
+ ~ with Klamr.
+ ~
+ ~ KLAMR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER
+ ~ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. KLAMR SHALL NOT BE LIABLE FOR ANY LOSSES
+ ~ OR DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR
+ ~ ITS DERIVATIVES.
+ -->
+
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_attach_location_pressed"/>
+ <item android:drawable="@drawable/orca_attach_location_normal"/>
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_composer_attach_photo_button.xml b/res/drawable/orca_composer_attach_photo_button.xml
new file mode 100644
index 0000000..ca7508d
--- /dev/null
+++ b/res/drawable/orca_composer_attach_photo_button.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_attach_photo_pressed" />
+ <item android:drawable="@drawable/orca_attach_photo_normal" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_composer_popup_button.xml b/res/drawable/orca_composer_popup_button.xml
new file mode 100644
index 0000000..d43dc26
--- /dev/null
+++ b/res/drawable/orca_composer_popup_button.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_composer_popup_pressed" />
+ <item android:drawable="@drawable/orca_composer_popup_normal" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_composer_popup_button_active.xml b/res/drawable/orca_composer_popup_button_active.xml
new file mode 100644
index 0000000..f5e40ef
--- /dev/null
+++ b/res/drawable/orca_composer_popup_button_active.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_composer_popup_active_pressed" />
+ <item android:drawable="@drawable/orca_composer_popup_active_normal" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_emoji_backspace_front_button.xml b/res/drawable/orca_emoji_backspace_front_button.xml
new file mode 100644
index 0000000..a2d2f5b
--- /dev/null
+++ b/res/drawable/orca_emoji_backspace_front_button.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_emoji_backspace_front_pressed"/>
+ <item android:drawable="@drawable/orca_emoji_backspace_front_normal"/>
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_emoji_more_front_button.xml b/res/drawable/orca_emoji_more_front_button.xml
new file mode 100644
index 0000000..a799d56
--- /dev/null
+++ b/res/drawable/orca_emoji_more_front_button.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_emoji_more_front_pressed"/>
+ <item android:drawable="@drawable/orca_emoji_more_front_normal"/>
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_emoji_tab_background.xml b/res/drawable/orca_emoji_tab_background.xml
new file mode 100644
index 0000000..f68e621
--- /dev/null
+++ b/res/drawable/orca_emoji_tab_background.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_selected="true" android:drawable="@drawable/orca_composer_tab_pressed" />
+ <item android:state_pressed="true" android:drawable="@drawable/orca_composer_tab_active" />
+ <item android:drawable="@drawable/orca_composer_tab" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/orca_emoji_tab_dark_background.xml b/res/drawable/orca_emoji_tab_dark_background.xml
new file mode 100644
index 0000000..07ff608
--- /dev/null
+++ b/res/drawable/orca_emoji_tab_dark_background.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2013 Klamr. All rights reserved.
+ ~
+ ~ This software is the confidential and proprietary information of Klamr or one of its
+ ~ subsidiaries. You shall not disclose this confidential information and shall use it only in
+ ~ accordance with the terms of the license agreement or other applicable agreement you entered into
+ ~ with Klamr.
+ ~
+ ~ KLAMR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER
+ ~ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. KLAMR SHALL NOT BE LIABLE FOR ANY LOSSES
+ ~ OR DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR
+ ~ ITS DERIVATIVES.
+ -->
+
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/orca_composer_tab_pressed" />
+ <item android:drawable="@drawable/orca_composer_tab_active" android:state_checked="true" />
+ <item android:drawable="@drawable/orca_composer_tab_dark" />
+</selector> \ No newline at end of file
diff --git a/res/drawable/popup_bg.xml b/res/drawable/popup_bg.xml
new file mode 100644
index 0000000..9eef9f3
--- /dev/null
+++ b/res/drawable/popup_bg.xml
@@ -0,0 +1,8 @@
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape ="rectangle">
+ <solid
+ android:color="#000"
+ />
+
+</shape> \ No newline at end of file