7 lines
325 B
XML
7 lines
325 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#ff938a84" />
|
|
<corners android:topLeftRadius="42dp" android:topRightRadius="42dp" android:bottomLeftRadius="42dp" android:bottomRightRadius="42dp" />
|
|
</shape>
|