Spaces:
Sleeping
Sleeping
Jatin Mehra
commited on
Commit
·
f4812e3
1
Parent(s):
144bfc9
Add Android APP ICON
Browse files
Android App/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
3 |
-
<background android:drawable="@
|
4 |
-
<foreground android:drawable="@
|
5 |
-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
6 |
</adaptive-icon>
|
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
3 |
+
<background android:drawable="@color/ic_launcher_background"/>
|
4 |
+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
|
5 |
</adaptive-icon>
|
Android App/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
3 |
-
<background android:drawable="@
|
4 |
-
<foreground android:drawable="@
|
5 |
-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
6 |
</adaptive-icon>
|
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
3 |
+
<background android:drawable="@color/ic_launcher_background"/>
|
4 |
+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
|
5 |
</adaptive-icon>
|
Android App/app/src/main/res/values/ic_launcher_background.xml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<resources>
|
3 |
+
<color name="ic_launcher_background">#8315C0</color>
|
4 |
+
</resources>
|