I'm wondering if it's possible to specify programatically or in the xml a way to use a windowSoftInputMode
specific to a Fragment
.
Let's say I have just one activity
that contains two fragment
, one fragment should use adjustPan
and the other one adjustResize
. How should I manage this?
Thanks!