braze-inc / braze-xamarin-sdk

Xamarin bindings for the Braze Android and iOS SDKs
https://www.braze.com
Other
3 stars 8 forks source link

[Android] Unviewed indicator color not customized on Samsung devices ? #10

Open mr-coin-coin opened 3 years ago

mr-coin-coin commented 3 years ago

Hello,

I have been able to customize the color of the unviewed indicator on a mobile phone (Motorola) which embeds Android 10, but when I deploy my app on a mobile phone (Samsung) embedding Android 9, then it displays the default blue color.

Here is my braze.xml file content :

<!-- The color used to highlight unread Content Cards at their bottom edge -->
<color name="com_appboy_content_cards_unread_bar_color">#E60078</color>

Is there something wrong with Samsung devices or Android 9 ? Or am I missing something ?

Thanks in advance for your investigation

cc : I'd like to mention you @Bucimis as it is a related topic to #9

bryanlogan commented 3 years ago

Can you try "com_braze_content_cards_unread_bar_color"?

mr-coin-coin commented 3 years ago

Thanks for your suggestion @bryanlogan , but no it does not work.

radixdev commented 3 years ago

Can you provide your complete styles.xml file and a sample APK to reproduce on a samsung device?

It may be easier to provide these items via email to support@braze.com as well.

radixdev commented 3 years ago

Additionally can you provide your colors.xml file as well?

mr-coin-coin commented 3 years ago

Hello @radixdev , thanks for your help.

I did want to share with you a minimum repro project, but I think it's simpler to reuse your sample project.

However, I was not able to generate content cards on my android device... (but your iOS sample works great on my simulator).

I've sent the complete styles and colors XML files to support.

Thanks

mr-coin-coin commented 3 years ago

Note : I have retitled the issue as I have reproduced the same issue on another Samsung device based on Android 11.