diff options
Diffstat (limited to 'app/src/main/res/drawable/ic_launcher_background.xml')
| -rw-r--r-- | app/src/main/res/drawable/ic_launcher_background.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..c468735 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + <path + android:fillColor="#23252B" + android:pathData="M0,0h108v108h-108z" /> +</vector> |