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

Commit 12a398b0 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 am: 3394fec0

parents 7d1d64e0 3394fec0
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";
}