android - How to push up view when custom keyboard is open from bottom -


i created custom keyboard in application using keyboard tag. adding keyboard in relativelayout on screen like.

keyboard customkeyboard = new keyboard(getactivity(), r.layout.keyboard); customkeyboard mcustomkeyboard = new customkeyboard(getactivity(), this); mcustomkeyboard.setkeyboard(customkeyboard); relativelayout rellaykeyboard.addview(mcustomkeyboard); 

initially set android:visibility="invisible" rellaykeyboard, once touch on edittext setting visibility view.visible.

this keyboard working fine if there more edittext on screen coming on top of edittext. want push view once customkeyboard open on screen.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -