mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-30 13:41:47 +01:00
Utilize round outline for deleted messages.
This commit is contained in:
committed by
Cody Henthorne
parent
987f69227a
commit
01543dd52b
@@ -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>
|
||||
Reference in New Issue
Block a user