Hi,

I have been trying to implement the demo API "3d Transition" to switch
between a custom View of mine and a WebView, and it's working fine,
but while scrolling on the WebView, the parts of the WebView that was
not on screen at the first place is replaced by a blanck...

It's just as if that was the FrameLayout that was scrolling instead of
the WebView.

I used the same code that is in the classes "Transition3d.java" and
"Rotate3dAnimation.java", only changing the Views types.

Here is my XML file:

<FrameLayout
        xmlns:android="http://schemas.android.com/apk/res/android";
        android:id="@+id/container" android:layout_width="fill_parent"
        android:layout_height="fill_parent" android:scrollbars="none">
        <WebView android:id="@+id/imwebview"
                android:layout_width="fill_parent"
android:layout_height="fill_parent"
                android:visibility="gone" />
        <com.android.jell.MyMainView android:id="@+id/imview"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent" />
</FrameLayout>

Could you give me some advice?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to