aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
commitc88df3c1da4afef3fdeb4301a096a5aee65b06f2 (patch)
treee9870d20f4d7a52888868d107b19da731888f5c4 /libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml
parent4afe339ec32b8d180d913bcf07adf880b4899965 (diff)
add new emoji library
Diffstat (limited to 'libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml')
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_emoji_tab_dark_background.xml22
1 files changed, 22 insertions, 0 deletions
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
new file mode 100644
index 000000000..07ff608c9
--- /dev/null
+++ b/libs/emojicon/src/main/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