Skip to content

Commit

Permalink
Fix UnknownSenderView in dark theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Mar 26, 2020
1 parent df44223 commit 1068c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/unknown_sender_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1068c3c

Please sign in to comment.