Add new text-only conversation item.

This commit is contained in:
Alex Hart
2023-06-29 13:18:33 -03:00
committed by Greyson Parrelli
parent e6cc789c6f
commit 53e62f2be0
21 changed files with 1485 additions and 111 deletions

View File

@@ -248,6 +248,9 @@ public final class Projection {
public static final class Corners {
public static final Corners NONE = new Corners(0f);
private final float topLeft;
private final float topRight;
private final float bottomRight;