I walk into a new activity keyboard automatically appears in the edit texs. How to make teeth appear keyboard then when I click on the edit texs ?
Asked
Active
Viewed 53 times
-2
-
1remove focus from editetext programtically then – KOTIOS Aug 03 '14 at 17:54
-
Have you set any property regarding this in your manifest file? – Pratik Dasa Aug 03 '14 at 18:15
-
Yes , I use android:windowSoftInputMode="stateAlwaysHidden" – Magdalena Dziesińska Aug 03 '14 at 21:21
1 Answers
0
specify the following Manifest
entry for your Activity
:
android:windowSoftInputMode="stateAlwaysHidden"
For how to hide/show the keyboard refer to this post