Signal-Android/app/src/main/res/drawable/camera_send_button_background.xml

4 lines
189 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
2020-03-04 08:14:21 -05:00
<solid android:color="@color/core_ultramarine"/>
</shape>