On Sun, Jan 16, 2011 at 11:48 AM, Henrik Lindqvist
<henrik.lindqv...@gmail.com> wrote:
>> Of course. That's a rule for any container/child relationship in Android.
>
> If a child view can't be larger than it's parent, how does a
> ScrollView work?

The visible bounds of the child are still not bigger than the visible
bounds of the parent.

>> > Any trick to make a ImageView larger than it's parent FrameLayout?
>>
>> Move it outside of the FrameLayout into some larger container. Or,
>> expand the FrameLayout.
>
> I can't, it's an AppWidget.

Inflate a different layout for the app widget, one where the ImageView
is moved outside the FrameLayout into a larger container, or expand
the FrameLayout.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
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

Reply via email to