Updated emoji set
// FREEBIE
BIN
res/drawable-hdpi/ic_directions_bike_white_24dp.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
res/drawable-hdpi/ic_flag_white_24dp.png
Normal file
After Width: | Height: | Size: 135 B |
BIN
res/drawable-hdpi/ic_lightbulb_outline_white_24dp.png
Normal file
After Width: | Height: | Size: 362 B |
BIN
res/drawable-hdpi/ic_restaurant_white_24dp.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
res/drawable-mdpi/ic_directions_bike_white_24dp.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
res/drawable-mdpi/ic_flag_white_24dp.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
res/drawable-mdpi/ic_lightbulb_outline_white_24dp.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
res/drawable-mdpi/ic_restaurant_white_24dp.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
res/drawable-xhdpi/ic_directions_bike_white_24dp.png
Normal file
After Width: | Height: | Size: 625 B |
BIN
res/drawable-xhdpi/ic_flag_white_24dp.png
Normal file
After Width: | Height: | Size: 134 B |
BIN
res/drawable-xhdpi/ic_lightbulb_outline_white_24dp.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
res/drawable-xhdpi/ic_restaurant_white_24dp.png
Normal file
After Width: | Height: | Size: 244 B |
BIN
res/drawable-xxhdpi/ic_directions_bike_white_24dp.png
Normal file
After Width: | Height: | Size: 952 B |
BIN
res/drawable-xxhdpi/ic_flag_white_24dp.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
res/drawable-xxhdpi/ic_lightbulb_outline_white_24dp.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
res/drawable-xxhdpi/ic_restaurant_white_24dp.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
res/drawable-xxxhdpi/ic_directions_bike_white_24dp.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-xxxhdpi/ic_flag_white_24dp.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
res/drawable-xxxhdpi/ic_lightbulb_outline_white_24dp.png
Normal file
After Width: | Height: | Size: 854 B |
BIN
res/drawable-xxxhdpi/ic_restaurant_white_24dp.png
Normal file
After Width: | Height: | Size: 413 B |
14
res/drawable/emoji_category_activity_dark.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_directions_bike_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_directions_bike_white_24dp"
|
||||
android:tint="@color/grey_700"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
14
res/drawable/emoji_category_activity_light.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_directions_bike_white_24dp"
|
||||
android:tint="@color/grey_800"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_directions_bike_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
14
res/drawable/emoji_category_flags_dark.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_flag_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_flag_white_24dp"
|
||||
android:tint="@color/grey_700"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
14
res/drawable/emoji_category_flags_light.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_flag_white_24dp"
|
||||
android:tint="@color/grey_800"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_flag_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
14
res/drawable/emoji_category_foods_dark.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_restaurant_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_restaurant_white_24dp"
|
||||
android:tint="@color/grey_700"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
14
res/drawable/emoji_category_foods_light.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
<bitmap android:src="@drawable/ic_restaurant_white_24dp"
|
||||
android:tint="@color/grey_800"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_restaurant_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
@@ -1,7 +1,14 @@
|
||||
<?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_objects_activated_dark" />
|
||||
<item android:drawable="@drawable/ic_emoji_objects_normal_dark" />
|
||||
android:enterFadeDuration="200"
|
||||
android:exitFadeDuration="300">
|
||||
<item android:state_selected="true">
|
||||
<bitmap android:src="@drawable/ic_lightbulb_outline_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_lightbulb_outline_white_24dp"
|
||||
android:tint="@color/grey_700"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
|
@@ -1,7 +1,14 @@
|
||||
<?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_objects_activated_light" />
|
||||
<item android:drawable="@drawable/ic_emoji_objects_normal_light" />
|
||||
android:enterFadeDuration="200"
|
||||
android:exitFadeDuration="300">
|
||||
<item android:state_selected="true">
|
||||
<bitmap android:src="@drawable/ic_lightbulb_outline_white_24dp"
|
||||
android:tint="@color/grey_800"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_lightbulb_outline_white_24dp"
|
||||
android:tint="@color/grey_400"/>
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
|
@@ -52,10 +52,13 @@
|
||||
|
||||
<attr name="emoji_category_recent" format="reference"/>
|
||||
<attr name="emoji_category_people" format="reference"/>
|
||||
<attr name="emoji_category_objects" format="reference"/>
|
||||
<attr name="emoji_category_nature" format="reference"/>
|
||||
<attr name="emoji_category_foods" format="reference"/>
|
||||
<attr name="emoji_category_activity" format="reference"/>
|
||||
<attr name="emoji_category_places" format="reference"/>
|
||||
<attr name="emoji_category_objects" format="reference"/>
|
||||
<attr name="emoji_category_symbol" format="reference"/>
|
||||
<attr name="emoji_category_flags" format="reference"/>
|
||||
<attr name="emoji_category_emoticons" format="reference"/>
|
||||
<attr name="quick_camera_icon" format="reference"/>
|
||||
<attr name="quick_mic_icon" format="reference"/>
|
||||
|
@@ -137,10 +137,13 @@
|
||||
|
||||
<item name="emoji_category_recent">@drawable/emoji_category_recent_light</item>
|
||||
<item name="emoji_category_people">@drawable/emoji_category_people_light</item>
|
||||
<item name="emoji_category_objects">@drawable/emoji_category_objects_light</item>
|
||||
<item name="emoji_category_nature">@drawable/emoji_category_nature_light</item>
|
||||
<item name="emoji_category_foods">@drawable/emoji_category_foods_light</item>
|
||||
<item name="emoji_category_activity">@drawable/emoji_category_activity_light</item>
|
||||
<item name="emoji_category_places">@drawable/emoji_category_places_light</item>
|
||||
<item name="emoji_category_objects">@drawable/emoji_category_objects_light</item>
|
||||
<item name="emoji_category_symbol">@drawable/emoji_category_symbol_light</item>
|
||||
<item name="emoji_category_flags">@drawable/emoji_category_flags_light</item>
|
||||
<item name="emoji_category_emoticons">@drawable/emoji_category_emoticons_light</item>
|
||||
|
||||
|
||||
@@ -280,10 +283,13 @@
|
||||
|
||||
<item name="emoji_category_recent">@drawable/emoji_category_recent_dark</item>
|
||||
<item name="emoji_category_people">@drawable/emoji_category_people_dark</item>
|
||||
<item name="emoji_category_objects">@drawable/emoji_category_objects_dark</item>
|
||||
<item name="emoji_category_nature">@drawable/emoji_category_nature_dark</item>
|
||||
<item name="emoji_category_foods">@drawable/emoji_category_foods_dark</item>
|
||||
<item name="emoji_category_activity">@drawable/emoji_category_activity_dark</item>
|
||||
<item name="emoji_category_places">@drawable/emoji_category_places_dark</item>
|
||||
<item name="emoji_category_objects">@drawable/emoji_category_objects_dark</item>
|
||||
<item name="emoji_category_symbol">@drawable/emoji_category_symbol_dark</item>
|
||||
<item name="emoji_category_flags">@drawable/emoji_category_flags_dark</item>
|
||||
<item name="emoji_category_emoticons">@drawable/emoji_category_emoticons_dark</item>
|
||||
|
||||
<item name="quick_camera_icon">@drawable/quick_camera_dark</item>
|
||||
|