Thanks, Megha

> The QVGA-L and QVGA-P modes are not supported in the m5 SDK. Your
> application may still use them, but may face some issues with layout.
> It is recommended  to use HVGA-L and HVGA-P modes.
I used it only for test. Do you know about another emulators with
another screen size?


> You can set the layout_height programatically using the LayoutParams
> class.http://code.google.com/android/reference/android/widget/LinearLayout....
Thanks. I did it.

>  If you want to do this programatically, try using the constructor:
>  ProgressDialog pd = new ProgressDialog(this,
> android.R.styleable.Theme_progressBarStyleHorizontal);
I couldn't do it. OK. Now I decided forget about ProgressBar.
I used ProgressBar and ProgressDialog at the same time, when I used
xml layouts, but now I decided  use only ProgressDialog, if it is so
difficult or unimpossible to create ProgressBar programmly.

Thank you very much.
Vitaly
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to