mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
2c17b54ef9
We will now determine if there has been a service outage and render a banner at the top of the conversation list if we detect that there has been one.
7 lines
343 B
XML
7 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true" android:drawable="@color/core_red_highlight" />
|
|
<item android:state_focused="true" android:drawable="@color/core_red_highlight" />
|
|
<item android:drawable="@color/core_red" />
|
|
</selector>
|