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

Commit 492d3e3b authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

Merge "[Toast] Add a new layout type for rich answers." into tm-qpr-dev am: 59b6ad2d

parents 8f094bd2 59b6ad2d
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";

}