7 lines
369 B
XML
7 lines
369 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<solid android:color="?colorSurface" />
|
||
|
<corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
|
||
|
<padding android:top="8.0dip" android:bottom="8.0dip" />
|
||
|
</shape>
|