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

Commit 3394fec0 authored by Holly Sun's avatar Holly Sun Committed by Automerger Merge Worker
Browse files

[tile] Add new layout type for QS tile. am: 3b840087

parents 1c89222e 3b840087
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,4 +92,7 @@ public class LayoutType {
    // 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";

    // Layout for a quick settings tile
    public static final String QS_TILE = "qs_tile";
}