I want to change all toasts in my App by editing themes.xml
.
I am using <item name="buttonStyle">@style/MyButton</item>
to change my buttons, is there something similar with Toasts, or do I have to create and use MyToast
class which extends the built-in Toast?