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

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

Open
mr-coin-coin opened this issue Oct 28, 2021 · 6 comments

Comments

@mr-coin-coin
Copy link

mr-coin-coin commented Oct 28, 2021

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
Copy link

bryanlogan commented Oct 28, 2021

Can you try "com_braze_content_cards_unread_bar_color"?

@mr-coin-coin
Copy link
Author

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

@radixdev
Copy link
Collaborator

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
Copy link
Collaborator

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

@mr-coin-coin
Copy link
Author

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 mr-coin-coin changed the title [Android] Unviewed indicator color not customized on Android 9 ? [Android] Unviewed indicator color not customized on Samsung devices ? Nov 9, 2021
@mr-coin-coin
Copy link
Author

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

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

3 participants