메시지 발송 버튼 색상 변경

This commit is contained in:
klaus 2023-10-06 17:45:47 +09:00
parent 5ed5a86e0d
commit 622021913d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_9970ff" />
<solid android:color="@color/color_3bb9f1" />
<size android:width="1.5dp" />
</shape>