summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-01 09:45:09 +0200
committerParménides GV <parmegv@sdf.org>2013-10-04 10:39:13 +0200
commitaa8b01b7a4330447497fdcc926e73cd3bf9394ad (patch)
tree51f7f1dfedf98d9a3fdbcd0c5b6b7c275193ca6f /AndroidManifest.xml
parentcfb44a7b338a0c16db4e6d3d28168757ca53386a (diff)
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.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 320d4fc4..8f51729a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -40,6 +40,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/icon"
+ android:logo="@drawable/icon"
android:label="@string/app" >
<activity android:name="se.leap.openvpn.AboutFragment" />
<activity