adding the resource

This commit is contained in:
tibbi 2022-02-27 20:30:50 +01:00
parent 975fe7ff58
commit 674a429a09

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="2dp"/>
<solid android:color="@android:color/white"/>
</shape>