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

Commit 6ac2cbe0 authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "add section header LayoutType" into tm-qpr-dev

parents 36f488b8 3151b524
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";
}