Utilize round outline for deleted messages.

This commit is contained in:
Alex Hart
2022-05-12 15:15:17 -03:00
committed by Cody Henthorne
parent 987f69227a
commit 01543dd52b
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" >
<stroke android:width="1dp" android:color="@color/signal_background_secondary"/>
<corners android:radius="18dp"/>
</shape>