> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting Images

In this article, we will address common questions on image rendering in Android push notifications and how to fix them.

## Why is the small icon not rendering properly in notifications?

The small notification icon may appear as a box or circle in some cases, as in the following image.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/moengage-sdk-docs/images/SmallIcon_Issue.png" alt="Small Icon Issue" />

To render the small notification icon properly, ensure that the small notification icon is:

* flat
* pictured face-on
* of white color on a transparent background.

For more information, refer to [Small Notification Icon Guidelines](/developer-guide/android-sdk/push/basic/push-configuration) and [Android Notification Guidelines](https://m2.material.io/design/platform-guidance/android-notifications.html#anatomy-of-a-notification).

## Large Icon not rendering in Push Notifications

The large icon is not displayed in push notifications if

* The notification large icon is not in the initialization of the SDK. Please look at the [Push Configuration](/developer-guide/android-sdk/push/basic/push-configuration) documentation to check how to set the large icon.
* The download for the large icon configured in the campaign failed.
* You have explicitly disabled the large icon display in the notification configuration while integrating the SDK. Check if you have set the value of ***isLargeIconDisplayEnabled*** as false in the *NotificationConfig* object while initializing the SDK. Ensure the value is not set to false, else the large icon will not be displayed.
* The large icon display was disabled in the template settings for the campaign. Please check your campaign.
* The template does not support large icon. Please check the campaign preview.
