Fix icons

This commit is contained in:
hemanthStack 2019-11-21 11:29:33 +05:30
parent 7e8054eab9
commit f53079117d
12 changed files with 181 additions and 15 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<solid android:color="?colorPrimary" />
</shape>