Fix UnknownSenderView in dark theme.

master
Greyson Parrelli 2020-03-06 13:39:40 -05:00
parent df4422369d
commit 1068c3ca7e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:layout_marginTop="20dp"
android:background="@color/white">
android:background="?conversation_background">
<TextView android:id="@+id/unknown_sender_label"
android:layout_width="match_parent"