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