Add UnreadMessageButton to threaded conversations

This commit is contained in:
Torsten Grote
2016-12-22 17:04:59 -02:00
parent 279f4d668a
commit b4c669243b
11 changed files with 211 additions and 106 deletions

View File

@@ -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>