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

Commit 4f34df49 authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a new layout type for rich answers.

Bug: 241295640
Test: tested with opt-in suggest data.
Change-Id: I197c3a19fb7888ee41c58aae0ff3fdf959e84202
parent c2be86af
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,4 +83,8 @@ public class LayoutType {

    // layout for the section header
    public static final String SECTION_HEADER = "section_header";

    // layout for a tall card with header and image, and no icon.
    public static final String TALL_CARD_WITH_IMAGE_NO_ICON = "tall_card_with_image_no_icon";

}