[android-developers] Re: Blank screen appear when EditText get focus in ldpi(240*320) mode

2010-10-19 Thread Wilder
Add one more info, this apps is compiled using Android 1.5 sdk.
The complete source code to repro can be get at
https://sites.google.com/site/wilderwang/android, could some one help?

Thanks
Wilder

On 10月11日, 上午10时10分, Wilder  wrote:
> Hi All,
>
> I found that when EditText in placing at the bottom of screen, and the
> activity's android:windowSoftInputMode="adjustPan", and the apps run
> in ldpi(240*320) mode, then when EditText has focus, the content of
> the activity is panned too far to the above, thus leaving a blank
> screen between the content of the window and the soft input panel.
>
> You can see the screenshot of this problem 
> athttps://sites.google.com/site/wilderwang/android
>
> Also, the source code to repro this problem can also be get 
> athttps://sites.google.com/site/wilderwang/android
>
> When I test further, if the same apps run in hdpi(480*800), when
> EditText got focus, the content of the window panned too small thus
> causing the soft input window cover the EditText view. It seems the
> distance of the window panned not compute the screen density.
>
> Is this a known bug? Any method to workaround this?
>
> Thanks
> Wilder

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Blank screen appear when EditText get focus in ldpi(240*320) mode

2010-10-13 Thread Wilder
Hi All,

I found that when EditText in placing at the bottom of screen, and the
activity's android:windowSoftInputMode="adjustPan", and the apps run
in ldpi(240*320) mode, then when EditText has focus, the content of
the activity is panned too far to the above, thus leaving a blank
screen between the content of the window and the soft input panel.

You can see the screenshot of this problem at 
https://sites.google.com/site/wilderwang/android

Also, the source code to repro this problem can also be get at
https://sites.google.com/site/wilderwang/android

When I test further, if the same apps run in hdpi(480*800), when
EditText got focus, the content of the window panned too small thus
causing the soft input window cover the EditText view. It seems the
distance of the window panned not compute the screen density.

Is this a known bug? Any method to workaround this?

Thanks
Wilder

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en