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

Commit 331da01d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add layout type" into tm-qpr-dev

parents 9b5b1a9f 225f750e
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";