Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 225f750e authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Add layout type

bug: 248143102
test: Manual
Change-Id: I559e6345813116ff475052ef7a2b28e277578049
parent 205e479a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,10 @@ public class LayoutType {
    // This layout contains a series of thumbnails (currently up to 3 per row)
    public static final String THUMBNAIL_CONTAINER = "thumbnail_container";

    // This layout creates a container for people grouping
    // Only available above version code 2
    public static final String BIG_ICON_MEDIUM_HEIGHT_ROW = "big_icon_medium_row";

    // This layout creates square thumbnail image (currently 3 column)
    public static final String THUMBNAIL = "thumbnail";