summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c428e983d..1abfd22ba 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -220,6 +220,7 @@
<activity
android:name=".activities.ShowOrCreateActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
@@ -243,6 +244,7 @@
<activity
android:name=".quickcontact.QuickContactActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@style/Theme.QuickContact"
android:launchMode="singleTop"
android:excludeFromRecents="true"
@@ -327,6 +329,7 @@
<!-- Create a new or edit an existing contact -->
<activity
android:name=".activities.ContactEditorActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@style/EditorActivityTheme"
android:windowSoftInputMode="stateHidden|adjustResize">