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

how to handle notification action button with icon not text? #4818

Open
balya7777 opened this issue Aug 28, 2024 · 0 comments
Open

how to handle notification action button with icon not text? #4818

balya7777 opened this issue Aug 28, 2024 · 0 comments

Comments

@balya7777
Copy link

icon assets are in drawable folder
android/app/src/main/res/drawable-mdpi/ic_action_previous.png
android/app/src/main/res/drawable-hdpi/ic_action_previous.png
android/app/src/main/res/drawable-xhdpi/ic_action_previous.png
android/app/src/main/res/drawable-xxhdpi/ic_action_previous.png
android/app/src/main/res/drawable-xxxhdpi/ic_action_previous.png

actions: [
{ id: 'no', title: 'No', icon: 'ic_action_previous' },
{ id: 'yes', title: 'Yes', icon: 'ic_action_next' }
],

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

1 participant