Hi!
I have added SetActivityAttribute(Main, android:windowSoftInputMode, adjustResize|stateHidden) to the manifest for using the Ime_heightChanged event but it only works if I add the same line one by one all the activities I need to handle de IME event.
Is there a single line for the manifest that recognize all the activities?
By the way, some activities work without adding the specific line to the manisfest... some don't. The ones that don't work, just with adding its own line to the manisfest work!
Thank you!