mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
00d7b5c284
1) Migrate from GSON to Jackson everywhere. 2) Add support for storing identity key conflicts on message rows. 3) Add limited support for surfacing identity key conflicts in UI.
16 lines
448 B
XML
16 lines
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true">
|
|
<shape>
|
|
<corners android:radius="2dp" />
|
|
<solid android:color="#FFD32F2F" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item>
|
|
<shape>
|
|
<corners android:radius="2dp" />
|
|
<solid android:color="#FFF44336" />
|
|
</shape>
|
|
</item>
|
|
</selector> |