Adjusted activity and fragment to make space for softkeyboard.
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
|
||||
<activity
|
||||
android:name=".presentation.testRight.TestRightActivity"
|
||||
android:exported="false">
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="adjustPan">
|
||||
<intent-filter>
|
||||
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user