blob: e66d863406d04f1d65d224da0f753c3a000e547d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/compose_send_text_background_color" />
<corners android:radius="28dp" />
</shape>