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

Commit 39ff1c64 authored by Samuel Fufa's avatar Samuel Fufa Committed by Automerger Merge Worker
Browse files

[Search][People] Introduce LayoutType.PEOPLE_TILE am: 178a2bac

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/13886889

Change-Id: I75c4a4c9d5cf834156c1049429c353e89d5c8ce1
parents 364dec54 178a2bac
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";