Re: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout

2014-10-17 Thread Wang, Shiliu
OK, thanks for the explanation. Shiliu. From: Gao, Shawn Sent: Friday, October 17, 2014 3:23 PM To: Wang, Shiliu; crosswalk-dev@lists.crosswalk-project.org Subject: RE: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout There are two types of ad, overlapped or not

Re: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout

2014-10-17 Thread Gao, Shawn
PM To: Gao, Shawn; crosswalk-dev@lists.crosswalk-project.org Subject: RE: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout If it's a linearlayout, viewport will shrink and extend as advertisement shows or hides. Maybe a relativelayout is a better choice? Thanks, S

Re: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout

2014-10-17 Thread Wang, Shiliu
PM To: crosswalk-dev@lists.crosswalk-project.org Subject: [Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout Hi, All, I am developing the admob extension for Crosswalk. The banner ad is required to be inserted at the top or bottom of crosswalk view and not overl

[Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout

2014-10-16 Thread Gao, Shawn
Hi, All, I am developing the admob extension for Crosswalk. The banner ad is required to be inserted at the top or bottom of crosswalk view and not overlapped. Currently, the super class of XWalkRuntimeView is FrameLayout, which cannot achieve this requirement. So, I will change it to LinearLayo