Loading AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,7 @@ <activity android:name=".activities.ShowOrCreateActivity" android:label="@string/launcherActivityLabel" android:theme="@android:style/Theme.Translucent.NoTitleBar"> <intent-filter> Loading @@ -243,6 +244,7 @@ <activity android:name=".quickcontact.QuickContactActivity" android:label="@string/launcherActivityLabel" android:theme="@style/Theme.QuickContact" android:launchMode="singleTop" android:excludeFromRecents="true" Loading Loading @@ -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"> Loading Loading
AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,7 @@ <activity android:name=".activities.ShowOrCreateActivity" android:label="@string/launcherActivityLabel" android:theme="@android:style/Theme.Translucent.NoTitleBar"> <intent-filter> Loading @@ -243,6 +244,7 @@ <activity android:name=".quickcontact.QuickContactActivity" android:label="@string/launcherActivityLabel" android:theme="@style/Theme.QuickContact" android:launchMode="singleTop" android:excludeFromRecents="true" Loading Loading @@ -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"> Loading