add dark theme to emojiDrawer

Fixes #3240
Closes #3353
This commit is contained in:
agrajaghh
2015-06-08 17:54:16 +02:00
committed by Jake McGinty
parent 40af2a81db
commit ae4f6b1dd4
80 changed files with 132 additions and 37 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="200"
android:exitFadeDuration="300">
<item android:state_selected="true" android:drawable="@drawable/ic_emoji_emoticons_activated_dark" />
<item android:drawable="@drawable/ic_emoji_emoticons_normal_dark" />
</selector>