API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.Toast

Added Methods
int getXOffset() Return the X offset in pixels to apply to the gravity's location.
int getYOffset() Return the Y offset in pixels to apply to the gravity's location.
void setText(int) Update the text in a Toast that was previously created using one of the makeText() methods.
void setText(CharSequence) Update the text in a Toast that was previously created using one of the makeText() methods.
 

Changed Methods
void setGravity(int, int, int) Change in signature from int to (int, int, int).
Set the location at which the notification should appear on the screen.
Toast makeText(Context, int, int) Change in exceptions thrown from android.content.Resources.NotFoundException to android.content.res.Resources.NotFoundException.
Make a standard toast that just contains a text view with the text from a resource.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff