Initial commit
This commit is contained in:
5
resources/res/drawable/shape_black_oval.xml
Normal file
5
resources/res/drawable/shape_black_oval.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<corners android:radius="15dp"/>
|
||||
<solid android:color="#000000"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user