MAX Manual Native Ad Not Going Full Width - Chaning width with different ads #396
Replies: 3 comments 3 replies
-
Adding This Line the onNativeAdLoaded Solved the stated Problem
Here Full Override Function nativeAdLoader.setNativeAdListener(new MaxNativeAdListener() { |
Beta Was this translation helpful? Give feedback.
-
The Solution to this ongoing problem has been found but still can't see anything inside media_view_container as well as the image_view_container (icon contianer) |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. The MaxNativeAdView is always as small as it can be (as I would be using WRAP_CONTENT). The distance is defined here by the media_container left and the the 'Sponsored by applovin' text. Here is the layout of MaxNativeAdView composed with MaxNativeAdViewBinder: Workaround with maxNativeAdView.getLayoutParams().width = ViewGroup.LayoutParams.MATCH_PARENT; works though. |
Beta Was this translation helpful? Give feedback.
-
I have implemented Applovin MAX Manual Native Ads in my App. What I can see is that the width of that native ad is changing every time despite the fact that i have made the layout_width to match_parent.
Sometime, With variation of ads... It goes full width and sometime not.
I observed that the width of the native ad is just same at the point where body_text_view Text ends. BUT i have also set that body_text_view width to match_parent and cta button also to match match_parent.
Even the width of the Ad Container in which i am inflating the Native ad is set to match parent.
Seeking for the solution. Thanks for advance and Open to suggestion.
Beta Was this translation helpful? Give feedback.
All reactions