We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. There was a problem with the banner in landscape mode. The banner is too big. See screenshot.
The text was updated successfully, but these errors were encountered:
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"/>
Sorry, something went wrong.
No branches or pull requests
Hi.
![Screenshot_20210404_122540_com huawei bannerexample](https://user-images.githubusercontent.com/25285400/113504753-c32fc500-9542-11eb-85b3-bb88e414eff7.jpg)
There was a problem with the banner in landscape mode.
The banner is too big. See screenshot.
The text was updated successfully, but these errors were encountered: