mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-06 18:01:38 +00:00
8
res/drawable/emoji_category_symbol_light.xml
Normal file
8
res/drawable/emoji_category_symbol_light.xml
Normal 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_symbols_activated_light" />
|
||||
<item android:drawable="@drawable/ic_emoji_symbols_normal_light" />
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user