Adjusted activity and fragment to make space for softkeyboard.

This commit is contained in:
vsuryakumar
2023-01-24 19:51:58 +05:30
parent ae8333b3e8
commit 7d09283af6

View File

@@ -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>