Utilize round outline for deleted messages.
This commit is contained in:
parent
987f69227a
commit
01543dd52b
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
|
@ -24,7 +24,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:background="@drawable/rounded_rectangle_secondary_18"
|
||||
android:background="@drawable/rounded_outline_secondary_18"
|
||||
app:layout_constrainedWidth="true"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue