From 394063d19b1d76f9add369470ff069f71d912790 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 4 Dec 2021 20:22:03 -0600 Subject: Added ic_launcher to Android app --- androidApp/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'androidApp/src/main/AndroidManifest.xml') diff --git a/androidApp/src/main/AndroidManifest.xml b/androidApp/src/main/AndroidManifest.xml index 8131d77..7b9c18f 100644 --- a/androidApp/src/main/AndroidManifest.xml +++ b/androidApp/src/main/AndroidManifest.xml @@ -5,7 +5,8 @@ + android:theme="@style/AppTheme" + android:icon="@mipmap/ic_launcher"> -- cgit v1.2.3