parasrxs / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Input Chinese words, game screen doesn't show properly #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.createEngine(true);
2.LayoutInflater.from(activity).inflate(R.layout.input_box, 
activity.getInterface());

R.layout.input_box is a xml file with RelativeLayout

What is the expected output?
game screen is the same as before

What do you see instead?
when inputing Chinese, the whole screen will move up a little, after inputing 
and shut down keyboard, screen will move back, but my input_box has been cut.

What version of Rokon are you using?
latest revision 364 from svn

On which version of Android are you experiencing this?
1.5, both in emulator and samsung i5700

Please provide any additional information below.
It only happens when my game is portrait, when landscape,the popup keyboard 
will hold the whole screen, so it's OK when landscape.

Original issue reported on code.google.com by rayjun...@gmail.com on 12 Aug 2010 at 3:40

Attachments:

GoogleCodeExporter commented 8 years ago
Your fix lies somewhere with the View, not with Rokon, sorry!

Original comment by rtaylor205@gmail.com on 16 Aug 2010 at 1:50