blob: b128841f144cf01dfaa7eb823c4a5ae1efe3c4d4 (
plain) (
blame)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#283035" />
<corners android:radius="32dp" />
</shape>
|