开发者

set Keyboard coordination: How to set the keyboard x,y co ordination

I have list of products which have EditText in TableLayout.

I want Keyboard in right/left of EditText and it needs to be containing 0-9 ,.(dot) ,De开发者_高级运维lete,and Done.Don't need other keys.

Each time when the user click EditText, it will show key pad to right of EditText (trigger/onClickListner).

Currently I did Like this:

set Keyboard  coordination: How to set the keyboard x,y co ordination

How we can implement.

And normal list is :

set Keyboard  coordination: How to set the keyboard x,y co ordination

I want keypad right of /left of text-box.Keyboard may be user define/predefine.How we can implement these. I have created one keyboard.Its always display the bottom of the screen. I need right of textbox or left.

How can i set the keyboard coordination. Please tell me...

I don't have any idea on how to do this. I want to implement this.

My created keyboard width & high is too small than default. Please advice me / guide me on this.


How can i set the keyboard coordination.

If you are using your custom Keyboard you Can't locate it at your desired position. By Default it will appears at the Bottom only.

So you can try with Custom Pop up window , Another Post for your requirement.

You can try with Quick Action Dialog for you requirement

Also check this Touch Calculator Source for you reference.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜