[android-developers] Re: EditText size and virtual keyboard

2009-08-19 Thread oleberre
Hi. I was just using android:layout_height="260dip" to underly the problem an make my layout easier to understand for this post. In reality, I have a set of TextView and EditText one after each other, those one using android:layout_height="wrap_content" and my EditText that takes the rest of the

[android-developers] Re: EditText size and virtual keyboard

2009-08-18 Thread peeyush varshney
Hi, I am also facing same problem but i never used hard code in my program. On Tue, Aug 18, 2009 at 9:21 PM, Balwinder Kaur (T-Mobile USA) < balwinder.k...@t-mobile.com> wrote: > > The problem is that you have specified android:layout_height="260dip" > for the TextView. If you change it t

[android-developers] Re: EditText size and virtual keyboard

2009-08-18 Thread Balwinder Kaur (T-Mobile USA)
The problem is that you have specified android:layout_height="260dip" for the TextView. If you change it to "wrap_content", you will be able to work with your EditText. Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email ar