braze-inc / braze-cordova-sdk

Public repo for the Braze Cordova SDK
https://www.braze.com
Other
21 stars 63 forks source link

Icon Drawable #42

Closed asangadev closed 5 years ago

asangadev commented 5 years ago

Hi there,

I've created the icons using the: http://romannurik.github.io/AndroidAssetStudio/icons-notification.html#source.type=image&source.space.trim=1&source.space.pad=0&name=notification_icon

How can we add this icon to the app? I'm on Android Studio and wanting to know how to assign the values for RESOURCE_ENTRY_NAME_FOR_ICON_DRAWABLE?

I tried uploading the png to res > drawable folder and adding @drawable/notification_icon But no luck.

<preference name="com.appboy.android_small_notification_icon" value="RESOURCE_ENTRY_NAME_FOR_ICON_DRAWABLE" />

radixdev commented 5 years ago

Can you try following https://appboy.github.io/appboy-android-sdk/javadocs/com/appboy/configuration/AppboyConfig.Builder.html#setSmallNotificationIcon-java.lang.String- and setting the resource entry name that way?

asangadev commented 5 years ago

No luck!

asangadev commented 5 years ago

Fixed this by making all the icons transparent.