I am showing a toast message as a result of an if statement using the following code:
Toast.makeText(getBaseContext(), "Please Enter Price", Toast.LENGTH_SHORT).show();
It appears as white text on a white background, so it cannot be read! My question is: how to change the color of the toast text?
android android-layout toast
super Jul 14 2018-11-11T00: 00Z
source share