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

Commit 178a2bac authored by Samuel Fufa's avatar Samuel Fufa
Browse files

[Search][People] Introduce LayoutType.PEOPLE_TILE

Bug: 182361605
Test: Manual
Change-Id: I4d51175ed148b1a2514f25c39ac806b0c206a2a5
parent b3a35628
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,9 @@ public class LayoutType {
    // Live widget search result
    public static final String WIDGET_LIVE = "widget_live";

    // Layout type used to display people tiles using shortcut info
    public static final String PEOPLE_TILE = "people_tile";

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