Fixed tinting of wallpaper bubble previews.

This commit is contained in:
Greyson Parrelli
2021-01-23 13:09:54 -05:00
parent 798fc84e82
commit 799ff86fc0
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/signal_background_secondary" />
<solid android:color="@color/conversation_item_wallpaper_bubble_color" />
<corners android:radius="18dp" />
</shape>