googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
242 stars 198 forks source link

fix banner size exception #461

Closed junjunsong closed 1 year ago

junjunsong commented 1 year ago

The size given by the SDK of MTG is DIP. If you use it to set the view size, the view will be smaller than expected. Therefore, when setting the view size, I did a DIP2px conversion. I don't know if this modification will affect the processing of admob