Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

banner is too big #5

Open
rausNT opened this issue Apr 4, 2021 · 1 comment
Open

banner is too big #5

rausNT opened this issue Apr 4, 2021 · 1 comment

Comments

@rausNT
Copy link

rausNT commented Apr 4, 2021

Hi.
There was a problem with the banner in landscape mode.
The banner is too big. See screenshot.
Screenshot_20210404_122540_com huawei bannerexample

@chenqiuwei
Copy link
Collaborator

Since your app is displayed horizontally, you can set the width of Bannerview instead of using match_ parent, like 320dp

<com.huawei.hms.ads.banner.BannerView
   android:id="@+id/hw_banner_view"
   **android:layout_width="320dp"**      
   android:layout_height="wrap_content"
   android:layout_alignParentBottom="true"
   android:layout_centerHorizontal="true"
   hwads:adId="testw6vs28auh3"
   hwads:bannerSize="BANNER_SIZE_320_50"/>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants