Very interesting...
Upon loading the view in the Hierarchy viewer I end up with a
hierarchy like this:
PhoneWindow$DecorView
|
LinearLayout
/ \
TextView FrameLayout
|
FrameLayout
|
WebView
If I look at each view walking up the tree, they all look like I would
expect (the full webview is loaded) until I click on the PhoneWindow
$DecorView. That is just showing the blank title. It seems like the
title TextView is the only part of the LinearLayout (the LinearLayout
looks like it should with fully populated WebView and title)
displaying once PhoneWindow$DecorView loads.
Does this mean we have an Android bug?
On Jun 22, 8:40 pm, Mark Murphy <[email protected]> wrote:
> Derek wrote:
> > Tried the setLayoutParams() with no luck :(
>
> > The xml layout I tried from Mark's suggestion also had the width,
> > height set to fill_parent.
>
> Jeff does bring up a good point, though. You could examine your activity
> in hierarchyviewer and see if anything seems odd with the WebView -- off
> the edge of the window, zero size, etc.
>
> --
> Mark Murphy (a Commons
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android Development Wiki:http://wiki.andmob.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---