The toast is populating but the text is getting cut. There is some issue in UI. Please see screenshot.
I am using the following line to show toast:
Toast.makeText(getBaseContext(), getResources().getString(R.string.selectplan), Toast.LENGTH_SHORT).show();
Also tried smaller text same issue. I have another APP I have put the same toast code it is coming up properly.
What is wrong?