Skip to content
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

Closed
prilaga opened this issue Sep 7, 2022 · 4 comments
Closed

Native ad with strange view #158

prilaga opened this issue Sep 7, 2022 · 4 comments

Comments

@prilaga
Copy link

prilaga commented Sep 7, 2022

Здравствуйте,

Как можно убрать или изменить фон view "три точки" для нативной рекламы?
Эта view имеет прозрачность, которую нельзя изменить.
В моем случае под ней видна часть рамки, сильно бросается в глаза, что визуально некрасиво.

Надеюсь на скорый ответ.

Screenshot_20220907_114709

@mobile-ads-github
Copy link
Collaborator

mobile-ads-github commented Sep 7, 2022

Добрый день!
Можно изменить на белую непрозрачную подложку используя следующий код:

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.

@prilaga
Copy link
Author

prilaga commented Sep 7, 2022

Благодарю за быстрый ответ!

@prilaga
Copy link
Author

prilaga commented Sep 7, 2022

Жаль, что нельзя менять фон на уровне xml, т.к. у меня есть переключение темной и светлой темы.

@mobile-ads-github
Copy link
Collaborator

Поддержка темной темы для feedback ассета находится в разработке. Появится в одной из следующих версий SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants