Files
yuliao_and/chatkit-ui/src/main/res/drawable/bg_audiostart_button.xml
2025-08-08 15:07:09 +08:00

13 lines
415 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
~ Use of this source code is governed by a MIT license that can be
~ found in the LICENSE file.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_e81e1e"/>
<corners android:radius="@dimen/dimen_2_dp" />
</shape>