Don't swap bottom left and bottom right corner radii.

Change-Id: If57b6627f67998edc384de15e3d970f8edf18211
This commit is contained in:
Romain Guy
2011-02-23 11:21:39 -08:00
parent 16dc3073a2
commit 39c512b623
2 changed files with 4 additions and 3 deletions

View File

@@ -240,7 +240,7 @@ public class BitmapFactory {
/**
* The resulting height of the bitmap, set independent of the state of
* inJustDecodeBounds. However, if there is an error trying to decode,
* outHeight will be set to -1.
* outHeight will be set to -1.
*/
public int outHeight;