Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 477128e

Browse files
committed
Create magic button back ground
1 parent 40630c9 commit 477128e

File tree

1 file changed

+9
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)