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

Commit 3b840087 authored by Holly Sun's avatar Holly Sun Committed by Holly Jiuyu Sun
Browse files

[tile] Add new layout type for QS tile.

Test: manual
Bug: 262443413
Change-Id: I0eb231bb66c670ee833dd0ca4c34d5671e84270d
parent 0bd7fc99
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";
}