Re: [android-developers] Reg: Placing the soft keys at the bottom of the touch screen.

2010-11-11 Thread TreKing
On Wed, Nov 10, 2010 at 9:59 PM, Aluvala Suman wrote: > Now the problem i am facing is, on pressing of the edit text keypad is > coming up but soft keys are getting hidden. Read this and see if it helps: http://developer.android.com/resources/articles/on-screen-inputs.html -

Re: [android-developers] Reg: Placing the soft keys at the bottom of the touch screen.

2010-11-09 Thread TreKing
On Tue, Nov 9, 2010 at 5:07 AM, Aluvala Suman wrote: > I have two EditTexts in my layout and then i want the space to be empty and > then place the soft keys "Save" and "Clear" at the bottom of the layout. But > not able to do. > Why not? > Tried using layouts and Gravity. > What, specifically

[android-developers] Reg: Placing the soft keys at the bottom of the touch screen.

2010-11-09 Thread Aluvala Suman
Hi Guys, I am facing difficulty in placing the soft keys at the bottom of the screen. I have two EditTexts in my layout and then i want the space to be empty and then place the soft keys "Save" and "Clear" at the bottom of the layout. But not able to do. Tried using layouts and Gravity. Please he