Additional Long press option (Android) while messaging / typing text -
long press options (android) while messaging / typing text, in addition paste , clipboard options, want have option when touched pastes specific text(s). how can this? please help...
you need use onlongclicklistener
for example:
youedittext.setonlongclicklistener(new onlongclicklistener() { public boolean onlongclick(view v) { //what happens when long click } });
hope helped!
Comments
Post a Comment