mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-02-25 11:46:24 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user