* > I would like to know that is there any way to scale the layout so that
> activity/application's UI fits in to provided rendering area?
*
A layout like LinearLayout, GridLayout, or RelativeLayout?

*> I come across with the WindowManager.Layout.FLAG_SCALED in SDK but don't
know which is the most appropriate class in Android Framework to use it?*

If you are talking about using the normal layouts provided by the SDK, then
is there a reason you wouldn't want to use these?
android:layout_width="fill_parent"
android:layout_height="fill_parent"


----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Tue, Apr 27, 2010 at 10:55 AM, Sanjay <sanjai...@gmail.com> wrote:

> Hello,
>
> I would like to know that is there any way to scale the layout so that
> activity/application's UI fits in to provided rendering area?
>
> I come across with the WindowManager.Layout.FLAG_SCALED in SDK but
> don't know which is the most appropriate class in Android Framework to
> use it?
>
> Could anyone please give some insight on this?
>
> Thank you,
> Sanjay
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to