Sunday, August 25, 2013

Custom Toast

Toast toast=Toast.makeText(getApplicationContext(), "notification will be displayed in 10 sec.",Toast.LENGTH_SHORT);
toast.setGravity(Gravity.CENTER_HORIZONTAL, 0, 0);
toast.show();

No comments:

Post a Comment