aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'libs/emojicon/src/main/res/drawable')
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_attach_camera_button.xml6
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_attach_location_button.xml21
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml6
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_popup_button.xml6
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_popup_button_active.xml6
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_emoji_backspace_front_button.xml5
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_emoji_more_front_button.xml5
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_emoji_tab_background.xml7
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml22
9 files changed, 0 insertions, 84 deletions
diff --git a/libs/emojicon/src/main/res/drawable/orca_composer_attach_camera_button.xml b/libs/emojicon/src/main/res/drawable/orca_composer_attach_camera_button.xml
deleted file mode 100644
index 0b255fb2..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_composer_attach_camera_button.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_composer_attach_location_button.xml b/libs/emojicon/src/main/res/drawable/orca_composer_attach_location_button.xml
deleted file mode 100644
index 4971113a..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_composer_attach_location_button.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml b/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
deleted file mode 100644
index ca7508dd..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_composer_popup_button.xml b/libs/emojicon/src/main/res/drawable/orca_composer_popup_button.xml
deleted file mode 100644
index d43dc26e..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_composer_popup_button.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_composer_popup_button_active.xml b/libs/emojicon/src/main/res/drawable/orca_composer_popup_button_active.xml
deleted file mode 100644
index f5e40ef8..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_composer_popup_button_active.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_emoji_backspace_front_button.xml b/libs/emojicon/src/main/res/drawable/orca_emoji_backspace_front_button.xml
deleted file mode 100644
index a2d2f5b6..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_emoji_backspace_front_button.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_emoji_more_front_button.xml b/libs/emojicon/src/main/res/drawable/orca_emoji_more_front_button.xml
deleted file mode 100644
index a799d56d..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_emoji_more_front_button.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_emoji_tab_background.xml b/libs/emojicon/src/main/res/drawable/orca_emoji_tab_background.xml
deleted file mode 100644
index f68e6212..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_emoji_tab_background.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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/libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml b/libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml
deleted file mode 100644
index 07ff608c..00000000
--- a/libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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