First Tutorial added
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="20dp" />
|
||||
<padding
|
||||
android:bottom="9dp"
|
||||
android:left="9dp"
|
||||
android:right="9dp"
|
||||
android:top="9dp" />
|
||||
<stroke
|
||||
android:width="5dp"
|
||||
android:color="#000000" />
|
||||
<solid
|
||||
android:color="#ffffff"/>
|
||||
</shape>
|
Reference in New Issue
Block a user