what-the-bank/resources/res/drawable/abc_btn_default_mtrl_shape.xml

17 lines
431 B
XML

<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
insetLeft="4dp"
insetRight="4dp"
insetTop="6dp"
insetBottom="6dp">
<shape shape="rectangle">
<corners radius="2dp"/>
<solid color="@android:color/white"/>
<padding
left="8dp"
top="4dp"
right="8dp"
bottom="4dp"/>
</shape>
</inset>