Signal-Android/res/drawable/reactions_send_background_light.xml

8 lines
No EOL
269 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="@color/core_grey_25" />
<stroke
android:width="1dp"
android:color="@color/white" />
</shape>