×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: susu00 laosu
Added: Feb 15, 2022 4:24 AM
Views: 397
Tags: no tags
  1. Toast toast = new Toast(getApplicationContext());
  2.                 toast.setGravity(Gravity.CENTER_VERTICAL, 0, 0);
  3.                 toast.setDuration(Toast.LENGTH_LONG);
  4.                 toast.setView(layout);
  5.                 toast.show();