Skip to content

Allow customize decline and video button #12

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

Open
bkdev98 opened this issue Aug 24, 2020 · 4 comments · May be fixed by #36
Open

Allow customize decline and video button #12

bkdev98 opened this issue Aug 24, 2020 · 4 comments · May be fixed by #36
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bkdev98
Copy link
Owner

bkdev98 commented Aug 24, 2020

  • Input button text
  • Input button icons
@bkdev98 bkdev98 added enhancement New feature or request good first issue Good for newcomers labels Aug 24, 2020
@ajitdas123
Copy link

Any update on this?

@RamanathanN
Copy link

Any update?

@abdoerrahiem
Copy link

any update?

@geraintwhite
Copy link

It is possible to override the text and images by specifying them in the app resources folder.

e.g.

To remove the text from the buttons, add android/app/src/main/res/values/strings.xml containing:

<resources>
  <string name="accept"></string>
  <string name="decline"></string>
</resources>

To customise the images, add android/app/src/main/res/drawable-mdpi/ic_accept_call.xml and android/app/src/main/res/drawable-mdpi/ic_decline_call.xml containing the new icons.

@geraintwhite geraintwhite linked a pull request Jun 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants