From c5841bcfdf510ed8f11adf73e08ec8e21e2dfd88 Mon Sep 17 00:00:00 2001 From: Brian Attwell Date: Wed, 25 Jun 2014 15:59:15 -0700 Subject: Don't immediately show keyboard in edit screen UX thinks showing the soft keyboard immediately in the edit Activity is annoying. You probably aren't going to want to edit the first field in the Activity. I'll need to cherry this to Google Contacts. Change-Id: I1a040e12478c7d2e4e686d06f0e66fd4b7738a94 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e2697fb1c..f145ac12a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -333,7 +333,7 @@ + android:windowSoftInputMode="stateHidden|adjustResize"> -- cgit v1.2.3