Fix unread message conversation separator for dark theme

Fixes #6265
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-02-21 12:37:40 -08:00
parent a0489a9f48
commit 4ee607878c
4 changed files with 8 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:layout_marginBottom="5dp"
android:background="@drawable/last_seen_background">
android:background="?conversation_item_last_seen_background">
<TextView android:id="@+id/text"
android:layout_width="wrap_content"