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

12 lines
245 B
XML
Raw Normal View History

2018-06-26 10:27:44 -07:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#b4e9e9e9" />
2018-06-26 10:27:44 -07:00
<corners
android:radius="20dp" />
</shape>