Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com> Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
5 lines
No EOL
242 B
XML
5 lines
No EOL
242 B
XML
<?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_background_secondary"/>
|
|
<corners android:radius="18dp"/>
|
|
</shape> |