Add proper background color to group replies.

This commit is contained in:
Alex Hart
2022-07-22 15:10:47 -03:00
committed by Cody Henthorne
parent c0f00eff25
commit 9f069bea7b
2 changed files with 6 additions and 1 deletions

View File

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