so I am making a recipe app on android studio and I was using a different phone but then I switched phones to run the app and now my buttons are blank.Example:
Old Button
Any idea what could be causing this? this is for all my buttons.
>Solution :
The source of this problem is that the button text colour varies according to the device theme. If you make the button text colour a specific colour (red, blue etc.) you can see that it works properly on both devices.
This answer was posted because the questioner confirmed in the comments that this was the source of the question.