yadav-rahul / TastyToast

:bread: Make your native android Toasts Tasty
2.04k stars 355 forks source link

need to enhance the positioning toast #24

Open altaf2892 opened 7 years ago

altaf2892 commented 7 years ago

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

altaf2892 commented 7 years ago

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);