Fix javadoc typo for Bitmap.Config.RGBA_F16

Signed-off-by: Piotr Fusik <piotr.fusik@gmail.com>
Change-Id: I5152f9888eeb9f0ece6e89b51e25905b175e906a
This commit is contained in:
Piotr Fusik
2022-06-21 09:22:09 +02:00
parent a303ea139d
commit 786b37b045

View File

@@ -519,7 +519,7 @@ public final class Bitmap implements Parcelable {
ARGB_8888 (5),
/**
* Each pixels is stored on 8 bytes. Each channel (RGB and alpha
* Each pixel is stored on 8 bytes. Each channel (RGB and alpha
* for translucency) is stored as a
* {@link android.util.Half half-precision floating point value}.
*