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

Commit 202bb60c authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Automerger Merge Worker
Browse files

[Toast] Introduce a new thumbnail_grid layout type. am: 205e479a

parents c3b22f53 205e479a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ public class LayoutType {
    public static final String SMALL_ICON_HORIZONTAL_TEXT = "short_icon_row";
    public static final String SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL = "short_icon_row_thumbnail";

    // This layout contains a series of thumbnails (currently up to 3 per row)
    public static final String THUMBNAIL_CONTAINER = "thumbnail_container";

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