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

Closed
balya7777 opened this issue Aug 28, 2024 · 1 comment
Closed

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

balya7777 opened this issue Aug 28, 2024 · 1 comment

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' }
],

Copy link

There has been no recent activity and this issue has been marked inactive.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant