Hi,
com.google.android.gms:play-services-ads:23.6.0
I noticed that if I set the App to RTL locale, some ads are aligned wrongly to right, making the left side empty (attached images below).
To workaround this, I set
adContainerView.setLayoutDirection(View.LAYOUT_DIRECTION_LTR);
to each ad container. This fixed the issue with the inline and anchored ad, but not in collapsible mode.
1. Is it correct workaround? or is there any other way?
2. How to fix it for collapsible mode, too?
Thanks.