TastyToast
TastyToast copied to clipboard
need to enhance the positioning toast
it would be more cool if u add feature to positioning the toast..
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);**