mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Add proper background color to group replies.
This commit is contained in:
committed by
Cody Henthorne
parent
c0f00eff25
commit
9f069bea7b
@@ -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>
|
||||
Reference in New Issue
Block a user