TastyToast icon indicating copy to clipboard operation
TastyToast copied to clipboard

need to enhance the positioning toast

Open altaf2892 opened this issue 7 years ago • 1 comments

it would be more cool if u add feature to positioning the toast..

altaf2892 avatar Mar 30 '17 06:03 altaf2892

bdw i did it by adding the project as lib then changed in TastyToast as below add parameter public static Toast makeText(Context context, String msg, int length, int type,int gravity) then added this line ** toast.setGravity(gravity, 0, 0);**

altaf2892 avatar Mar 30 '17 08:03 altaf2892