When my application is in landscape mode and I selected an edittext, it is edited in full screen mode. Yet I force activity to Pan and Scan adding android:windowSoftInputMode="adjustPan" as an attribute to the Activity element in my xml layout.
When my application is in landscape mode and I selected an edittext, it is edited in full screen mode. Yet I force activity to Pan and Scan adding android:windowSoftInputMode="adjustPan" as an attribute to the Activity element in my xml layout.