blob: 244796f0ecda1dc76ff124f1245ccfc3e94bd946 (
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="#01335A" />
<corners android:radius="32dp" />
</shape>
|