CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-09-07
by Taha Gorme

Original Post

Original - Posted on 2010-03-24
by Pentium10



            
Present in both answers; Present only in the new answer; Present only in the old answer;

From [the documentation](http://developer.android.com/guide/topics/ui/notifiers/toasts.html),
> **Positioning your Toast** > > A standard toast notification appears near the bottom of the screen, > centered horizontally. You can change this position with the > `setGravity(int, int, int)` method. This accepts three parameters: a > `Gravity` constant, an `x-position` offset, and a `y-position` offset. > > For example, if you decide that the toast should appear in the > top-left corner, you can set the gravity like this: > > toast.setGravity(Gravity.TOP|Gravity.LEFT, 0, 0); > > If you want to nudge the position to the right, increase the value of > the second parameter. To nudge it down, increase the value of the last > parameter.
From [the documentation](http://developer.android.com/guide/topics/ui/notifiers/toasts.html),
> **Positioning your Toast** > > A standard toast notification appears near the bottom of the screen, > centered horizontally. You can change this position with the > `setGravity(int, int, int)` method. This accepts three parameters: a > `Gravity` constant, an `x-position` offset, and a `y-position` offset. > > For example, if you decide that the toast should appear in the > top-left corner, you can set the gravity like this: > > toast.setGravity(Gravity.TOP|Gravity.LEFT, 0, 0); > > If you want to nudge the position to the right, increase the value of > the second parameter. To nudge it down, increase the value of the last > parameter.


        
Present in both answers; Present only in the new answer; Present only in the old answer;