Created
September 22, 2016 23:12
-
-
Save erikcox/5e97be963a1db5b9dfd9c973b69ed476 to your computer and use it in GitHub Desktop.
Hide the soft keyboard on Activity load in Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- AndroidManifest.xml --> | |
<activity android:name="com.your.package.ActivityName" | |
android:windowSoftInputMode="stateHidden" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment