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

Commit c67e11c7 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9414670 from 6ac2cbe0 to tm-qpr2-release

Change-Id: I0ab07bfe10ca7948e7dc432534a1c2da5c647f45
parents fe517f2d 6ac2cbe0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ public class LayoutType {
    // Layout type used to display people tiles using shortcut info
    public static final String PEOPLE_TILE = "people_tile";

    // Deprecated
    // text based header to group various layouts in low confidence section of the results.
    public static final String TEXT_HEADER = "header";

@@ -81,10 +82,14 @@ public class LayoutType {
    // layout representing quick calculations
    public static final String CALCULATOR = "calculator";

    // layout for the section header
    // From version code 4, if TEXT_HEADER_ROW is used, no need to insert this on-device
    // 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";

    // Layout for a text header
    // Available for SearchUiManager proxy service to use above version code 3
    public static final String TEXT_HEADER_ROW = "text_header_row";
}