Files
arcanechat-android/res/drawable/circle_send_button.xml
T
2019-04-17 11:17:53 +02:00

6 lines
197 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="?attr/send_button_color" />
</shape>