SchildiChat-android/vector/src/main/res/drawable/bg_send.xml

6 lines
190 B
XML
Raw Normal View History

2020-12-09 18:46:33 +03:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/riotx_accent" />
</shape>