Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat(manifest): get rid keyboard automatically showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
pjozsef committed Apr 21, 2018
1 parent 5023785 commit a355700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:theme="@style/AppTheme">

<activity
android:windowSoftInputMode="stateAlwaysHidden"
android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit a355700

Please sign in to comment.