To put toast message over more than one line:
Toast.makeText(MainActivity.this, "Line1 : " + string1 + "\n" + "Line 2: " + string2, Toast.LENGTH_LONG).show();
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website