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

Commit 205e479a authored by Luca Zuccarini's avatar Luca Zuccarini
Browse files

[Toast] Introduce a new thumbnail_grid layout type.

This will be used by AiAi to provide the new thumbnail container search
result type.

Bug: 229297414
Bug: 247788194
Test: manual (see screenshots in the second bug)
Change-Id: Ibdc81d3c99358238ccc5178a92fb6651f00c4362
parent 6383566a
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";