Hello XWalk Team, I have one trouble with a behavior of XWalkView.
My fullscreen application is composed like below : <RelativeLayout > xmlns:android="http://schemas.android.com/apk/res/android" > android:layout_width="fill_parent" > android:layout_height="fill_parent"> > > <VideoView > android:id="@+id/player" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:layout_alignParentBottom="true" > android:layout_alignParentLeft="true" > android:layout_alignParentRight="true" > android:layout_alignParentTop="true" /> > > <org.xwalk.core.XWalkView > android:id="@+id/xwalkview" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:layout_alignParentLeft="true" > android:layout_alignParentTop="true" > android:keepScreenOn="true" > android:background="@android:color/transparent" /> > > </RelativeLayout> The VideoView is behind the XWalkView. To see the video behind my UI, I set the background color of the XWalkView to "Color.TRANSPARENT" but It doesn't work. Currently it's impossible to me to see the VideoView behind a XWalkView. After research, I found mails deal with it, but no fix or solution. ( https://lists.crosswalk-project.org/pipermail/crosswalk-help/2014-October/000474.html ) What about now ? Is this feature will be support in the following release of CrossWalk ? Have you an other solution ? Thank you in advance for your support, Best Regards, -- [image: wiztivi-logo] <http://www.wiztivi.com/>*Matthieu RENARD* *Software EngineerProject Team* +33 (0) 2 53 46 96 77 [email protected] www.wiztivi.com
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
