mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Add UnreadMessageButton to threaded conversations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:drawable="@color/forum_cell_highlight"
|
||||
android:state_activated="true"/>
|
||||
<item
|
||||
android:drawable="@color/window_background"/>
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user