-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native ad with strange view #158
Comments
Добрый день! final NativeAdLoader loader = new NativeAdLoader(this);
final HashMap<String, String> parameters = new HashMap<String, String>(){{
put("feedback_image", "feedback_light_dots");
}};
final NativeAdRequestConfiguration nativeAdRequestConfiguration =
new NativeAdRequestConfiguration.Builder("R-M-DEMO-native-i")
.setParameters(parameters)
mNativeAdLoader.loadAd(nativeAdRequestConfiguration); Данная функциональность была поддержана начиная с версии SDK 5.2.0. |
Благодарю за быстрый ответ! |
Жаль, что нельзя менять фон на уровне xml, т.к. у меня есть переключение темной и светлой темы. |
Поддержка темной темы для feedback ассета находится в разработке. Появится в одной из следующих версий SDK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Здравствуйте,
Как можно убрать или изменить фон view "три точки" для нативной рекламы?
Эта view имеет прозрачность, которую нельзя изменить.
В моем случае под ней видна часть рамки, сильно бросается в глаза, что визуально некрасиво.
Надеюсь на скорый ответ.
The text was updated successfully, but these errors were encountered: