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
Post a Comment