From 276990b296b125b694d6c9c3c8c5ad931bcb3b81 Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Tue, 9 Jun 2015 18:17:49 +0200 Subject: [PATCH] Never open the software keyboard when starting the activity (due to the filter edittext taking focus). --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4499a430..88ed9c9e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -53,7 +53,7 @@ android:label="@string/app_name" android:launchMode="singleTop" android:theme="@style/TransdroidTheme" - android:uiOptions="splitActionBarWhenNarrow" > + android:windowSoftInputMode="stateHidden" >