Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

Android: How to move the layout up when the soft keyboard is shown

Add android:windowSoftInputMode property in Manifest file.

<activity name="LoginActivity"                                                                                  android:windowSoftInputMode="stateVisible|adjustResize"

</activity>

No comments:

Post a Comment