In AndroidManifest.xml, don't forget to set:
android:windowSoftInputMode="adjustResize" and for RelativeLayout inside ScrollView ,set :
android:layout_gravity="center" or android:layout_gravity="bottom" it will be okay
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalIn AndroidManifest.xml, don't forget to set:
android:windowSoftInputMode="adjustResize" and for RelativeLayout inside ScrollView ,set :
android:layout_gravity="center" or android:layout_gravity="bottom" it will be okay
In AndroidManifest.xml, don't forget to set:
android:windowSoftInputMode="adjustResize" and for RelativeLayout inside ScrollView ,set :
android:layout_gravity="bottom" it will be okay
In AndroidManifest.xml, don't forget to set:
android:windowSoftInputMode="adjustResize" and for RelativeLayout inside ScrollView ,set :
android:layout_gravity="center" or android:layout_gravity="bottom" it will be okay