ADD week 5
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<size
|
||||
android:height="4dp"
|
||||
android:width="32dp"/>
|
||||
<corners android:radius="2dp"/>
|
||||
<solid android:color="#fff"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user