Do not bring up keyboard in view activity

Typically one will open the view activity to bring up a
barcode, and the keyboard is not expected. Disable the
keyboard until an editable field is selected.
This commit is contained in:
Branden Archer
2016-02-10 21:40:46 -05:00
parent 73aff4aeb8
commit 5e57d66daa

View File

@@ -35,6 +35,7 @@
android:name=".LoyaltyCardViewActivity"
android:theme="@style/AppTheme.NoActionBar"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="stateHidden"
android:parentActivityName="protect.card_locker.MainActivity"/>
</application>