0

I have made an application by converting my web app to android app, these pink buttons are showing, how can I change this button's color ? First image Second image

I have tried by viewing androidmanifest.xml

  • check out Styles and themes doc in [HERE](https://developer.android.com/develop/ui/views/theming/themes), get familiar with this mechanism and pick fitting answer in previously asked question about same problem – snachmsm Jan 25 '23 at 16:04

1 Answers1

1

Your question is not clear, but you can try this:

Try to find this color in the resources directory and modify it

Also you can see answers for this question:

Where can I find defined colors in android