8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:dither="true"
|
|
android:shape="rectangle">
|
|
<corners android:radius="4sp" />
|
|
<solid android:color="?colorBackgroundLight" />
|
|
<stroke android:width="2dp" android:color="?android:colorAccent" />
|
|
</shape> |