mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 09:42:19 +00:00
Add sticker support.
No sticker packs are available for use yet, but we now have the latent ability to send and receive.
This commit is contained in:
11
res/drawable/remove_button_state.xml
Normal file
11
res/drawable/remove_button_state.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:color="@color/conversation_crimson"/>
|
||||
<item android:state_focused="true"
|
||||
android:color="@color/conversation_crimson"/>
|
||||
<item android:state_enabled="false"
|
||||
android:color="@color/conversation_crimson"/>
|
||||
<item android:state_enabled="true"
|
||||
android:color="@color/conversation_crimson"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user