Skip to content

Commit 674a429

Browse files
committed
adding the resource
1 parent 975fe7f commit 674a429

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:shape="rectangle">
5+
6+
<corners android:radius="2dp"/>
7+
<solid android:color="@android:color/white"/>
8+
</shape>

0 commit comments

Comments
 (0)