1

Does anyone know how to add an overlay panel/layout over a keyboard. I've trying several ways using the Sample softkeyboard without much success. Have been reading and trying to apply these:

-Overlay an activity on another activity OR overlay a view over another

-Android overlay a view ontop of everything?

-Android - Dynamically Add Views into View

I suppose that these work when implementing an activity rather than a service such as a keyboard.

any suggestions?

Community
  • 1
  • 1
omilaras4
  • 11
  • 1

1 Answers1

0

Put your layout inside scrolllistciew and then use android:windowSoftInputMode="adjustResize|stateHidden" in your activity manifest declaration

Yousef Zakher
  • 1,634
  • 15
  • 18