You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);**
it would be more cool if u add feature to positioning the toast..
The text was updated successfully, but these errors were encountered: