bright background for unread messages

Closes #3909
// FREEBIE
This commit is contained in:
Jake McGinty
2015-08-06 16:28:51 -07:00
committed by Moxie Marlinspike
parent 06e137aee9
commit ae17b4b24a
7 changed files with 59 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/textsecure_primary_alpha33" android:state_selected="true" />
<item android:drawable="@color/textsecure_primary_alpha33" android:state_pressed="true" />
<item android:drawable="@color/conversation_list_item_background_unread_light" />
</selector>