I have Activity with root LinearLayout. I set some of the components weight to “1” to fill the gap. Now the problem is, Some EditText are hide under the Soft Keypad while typing. And I can’t disable my keypad because, there are no hard keypad. How can I avoid such situation? Any suggestion?
Share
I found the correct solution for my problem.
Here is the helping page – http://developer.android.com/resources/articles/on-screen-inputs.html
Thanks everyone for replying.