From aa8b01b7a4330447497fdcc926e73cd3bf9394ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 1 Aug 2013 09:45:09 +0200 Subject: Added android:logo, using the same as android:icon For the moment, I don't see any problem on using the icon file we have as the app's logo, although it's already used Android Action Bar UI guide says that the logo should be wider and not contain any text, while icon could. Since our icon is wide enough (from my point of view) and does not contain any text, I think it's appropriate to use it as a logo too. --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 320d4fc4..8f51729a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -40,6 +40,7 @@